diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-01 10:25:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-01 11:01:29 -0700 |
| commit | f48bada4c1d9772a4a1fabb662eebcb157e6764b (patch) | |
| tree | 395220d1932d2c6783b987aaacf73069bcf20f6f /pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch | |
| parent | 006b6dc19b60dfc2285a4ac3f362cf02109f4c8e (diff) | |
libsvgtiny: Update to latest git
Diffstat (limited to 'pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch')
| -rw-r--r-- | pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch b/pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch index 29c1c362..38cac332 100644 --- a/pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch +++ b/pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch @@ -1,4 +1,4 @@ -From 2f48e3e7b606bd0210407ea28a8710de3072068e Mon Sep 17 00:00:00 2001 +From 401f9dd441bb9bbf99d66f64e95cdc4a469bd3a6 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Mon, 12 Jun 2017 02:42:32 -0700 Subject: [PATCH] Make stroke_width a float @@ -23,10 +23,10 @@ index 85f146f..6acf42e 100644 struct svgtiny_diagram { diff --git a/src/svgtiny.c b/src/svgtiny.c -index 4661a58..c26d789 100644 +index 69cbcf7..cf7cfda 100644 --- a/src/svgtiny.c +++ b/src/svgtiny.c -@@ -1694,8 +1694,7 @@ struct svgtiny_shape *svgtiny_add_shape(struct svgtiny_parse_state *state) +@@ -1697,8 +1697,7 @@ struct svgtiny_shape *svgtiny_add_shape(struct svgtiny_parse_state *state) shape->text = 0; shape->fill = state->fill; shape->stroke = state->stroke; @@ -37,7 +37,7 @@ index 4661a58..c26d789 100644 shape->stroke_width = 1; diff --git a/src/svgtiny_internal.h b/src/svgtiny_internal.h -index 158d230..c29feab 100644 +index 6bf5d64..c0ef754 100644 --- a/src/svgtiny_internal.h +++ b/src/svgtiny_internal.h @@ -51,7 +51,7 @@ struct svgtiny_parse_state { @@ -50,5 +50,5 @@ index 158d230..c29feab 100644 /* gradients */ struct svgtiny_parse_state_gradient fill_grad; -- -2.13.1 +2.14.2 |
