summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-03-07 13:47:42 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-03-07 13:47:42 +0000
commit0326e4287a1f6a4f52d9a3998adf8670e25c85da (patch)
treec46729df7d9b1c42222ebda19f688d2aa691aea6 /src/style.h
parentRemove unused includes, etc. (diff)
downloadinkscape-0326e4287a1f6a4f52d9a3998adf8670e25c85da.tar.gz
inkscape-0326e4287a1f6a4f52d9a3998adf8670e25c85da.zip
Promote the path 'd' attribute to a property per SVG 2. Try 2.
See e88644b0 for first attempt and for comments.
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index 1b6ee2f47..2556ba2b1 100644
--- a/src/style.h
+++ b/src/style.h
@@ -91,6 +91,11 @@ public:
/* ----------------------- THE PROPERTIES ------------------------- */
/* Match order in style.cpp. */
+ /* SVG 2 attributes promoted to properties. */
+
+ /** Path data */
+ SPIString d;
+
/* Font ---------------------------- */
/** Font style */