summaryrefslogtreecommitdiffstats
path: root/src/style-enums.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-05-29 13:09:06 +0000
committertavmjong-free <tavmjong@free.fr>2017-05-29 13:09:06 +0000
commitc3a191e4275ade05cf4bb4aab045ee22d050e703 (patch)
tree7af79ad46f6d9bd3166b5f3baa0a021c263927e2 /src/style-enums.h
parentFix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im... (diff)
downloadinkscape-c3a191e4275ade05cf4bb4aab045ee22d050e703.tar.gz
inkscape-c3a191e4275ade05cf4bb4aab045ee22d050e703.zip
Update for CSS 3 'image-rendering'.
(bzr r15714)
Diffstat (limited to 'src/style-enums.h')
-rw-r--r--src/style-enums.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style-enums.h b/src/style-enums.h
index a0fcaedef..4ea656794 100644
--- a/src/style-enums.h
+++ b/src/style-enums.h
@@ -640,8 +640,8 @@ static SPStyleEnum const enum_image_rendering[] = {
{"auto", SP_CSS_IMAGE_RENDERING_AUTO},
{"optimizeSpeed", SP_CSS_IMAGE_RENDERING_OPTIMIZESPEED},
{"optimizeQuality", SP_CSS_IMAGE_RENDERING_OPTIMIZEQUALITY},
- {"-inkscape-crisp-edges", SP_CSS_IMAGE_RENDERING_CRISPEDGES},
- {"-inkscape-pixelated", SP_CSS_IMAGE_RENDERING_PIXELATED},
+ {"crisp-edges", SP_CSS_IMAGE_RENDERING_CRISPEDGES},
+ {"pixelated", SP_CSS_IMAGE_RENDERING_PIXELATED},
{NULL, -1}
};