diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-28 15:23:22 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-28 15:23:22 -0700 |
| commit | 39e7080633b350f5b958b35f811848661a534930 (patch) | |
| tree | 1536fddca6b969b43236df5c811c04d184de8503 /pkg/netsurf | |
| parent | 2596aff0cab8d488cbba5d4a5089ebf2577e709c (diff) | |
libsvgtiny: Update to 0.1.7
Diffstat (limited to 'pkg/netsurf')
| -rw-r--r-- | pkg/netsurf/libsvgtiny/patch/0001-Make-stroke_width-a-float.patch | 8 | ||||
| -rw-r--r-- | pkg/netsurf/libsvgtiny/rev | 2 | ||||
| m--------- | pkg/netsurf/libsvgtiny/src | 0 |
3 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 38cac332..0a3ba1a0 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 401f9dd441bb9bbf99d66f64e95cdc4a469bd3a6 Mon Sep 17 00:00:00 2001 +From 70be0635bf09e67202181de17b0ed4e6bafcd9b8 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 69cbcf7..cf7cfda 100644 +index 8831b92..838e149 100644 --- a/src/svgtiny.c +++ b/src/svgtiny.c -@@ -1697,8 +1697,7 @@ struct svgtiny_shape *svgtiny_add_shape(struct svgtiny_parse_state *state) +@@ -1698,8 +1698,7 @@ struct svgtiny_shape *svgtiny_add_shape(struct svgtiny_parse_state *state) shape->text = 0; shape->fill = state->fill; shape->stroke = state->stroke; @@ -50,5 +50,5 @@ index 6bf5d64..c0ef754 100644 /* gradients */ struct svgtiny_parse_state_gradient fill_grad; -- -2.14.2 +2.18.0 diff --git a/pkg/netsurf/libsvgtiny/rev b/pkg/netsurf/libsvgtiny/rev index 00750edc..b8626c4c 100644 --- a/pkg/netsurf/libsvgtiny/rev +++ b/pkg/netsurf/libsvgtiny/rev @@ -1 +1 @@ -3 +4 diff --git a/pkg/netsurf/libsvgtiny/src b/pkg/netsurf/libsvgtiny/src -Subproject 5cbbe886e9a079716da44f2b9020ded627be728 +Subproject e31a20a97c6cd957ac4d858318f5819b90d97f7 |
