summaryrefslogtreecommitdiff
path: root/rsvg-styles.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-01-29 17:50:06 -0600
committerJordan Petridis <jordanpetridis@protonmail.com>2018-01-30 18:37:49 +0200
commit86e5228605a794e27f9045822d3d10d864738708 (patch)
tree5a17ecb07c4da680fd263e84ec17d1b45a7fd642 /rsvg-styles.h
parentce146bb8194a888ca9cade4d4e3fd49e75970e9a (diff)
downloadlibrsvg-86e5228605a794e27f9045822d3d10d864738708.tar.gz
RsvgState: store the dash_offset here, not in the dasharray struct
Diffstat (limited to 'rsvg-styles.h')
-rw-r--r--rsvg-styles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsvg-styles.h b/rsvg-styles.h
index aef6a5f9..d22f66d3 100644
--- a/rsvg-styles.h
+++ b/rsvg-styles.h
@@ -64,7 +64,6 @@ typedef enum {
typedef struct _RsvgVpathDash RsvgVpathDash;
struct _RsvgVpathDash {
- RsvgLength offset;
int n_dash;
double *dash;
};
@@ -154,6 +153,7 @@ struct _RsvgState {
RsvgVpathDash dash;
gboolean has_dash;
gboolean has_dashoffset;
+ RsvgLength dash_offset;
guint32 current_color;
gboolean has_current_color;