From bfdf74d61f17dafc74d5d64f3224222718d6cddf Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 13 Sep 2018 14:15:17 +0200 Subject: Add per embed/linked SVG a DPI value --- src/attributes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index b2c676e88..e98f84700 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -137,6 +137,7 @@ static SPStyleProp const props[] = { /* SPImage */ {SP_ATTR_X, "x"}, {SP_ATTR_Y, "y"}, + {SP_ATTR_SVG_DPI, "inkscape:svg-dpi"}, /* SPPath */ {SP_ATTR_INKSCAPE_ORIGINAL_D, "inkscape:original-d"}, /* (Note: XML representation of connectors may change in future.) */ -- cgit v1.2.3