summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-02-02 20:08:49 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-02-02 20:08:49 +0000
commit1d3b98e5f5311479cd87f20e3656b0133bff73bd (patch)
tree95eea2fcac18f236b31053e4d1493aa644760df0 /src/attributes.cpp
parentupdate to trunk (diff)
parentTranslations. Arabic translation update. (diff)
downloadinkscape-1d3b98e5f5311479cd87f20e3656b0133bff73bd.tar.gz
inkscape-1d3b98e5f5311479cd87f20e3656b0133bff73bd.zip
update to trunk
(bzr r13645.1.4)
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index d142d1a06..0b18b80cf 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -115,7 +115,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_INKSCAPE_SNAP_BBOX_CORNER, "inkscape:bbox-nodes"},
{SP_ATTR_INKSCAPE_SNAP_PAGE_BORDER, "inkscape:snap-page"},
{SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"},
- {SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"},
+ {SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"}, // This setting sets the Display units, *not* the units used in SVG
{SP_ATTR_UNITS, "units"},
{SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"},
/* SPColorProfile */
@@ -195,6 +195,8 @@ static SPStyleProp const props[] = {
{SP_ATTR_DX, "dx"},
{SP_ATTR_DY, "dy"},
{SP_ATTR_ROTATE, "rotate"},
+ {SP_ATTR_TEXTLENGTH, "textLength"},
+ {SP_ATTR_LENGTHADJUST, "lengthAdjust"},
{SP_ATTR_SODIPODI_ROLE, "sodipodi:role"},
/* SPText */
{SP_ATTR_SODIPODI_LINESPACING, "sodipodi:linespacing"},
@@ -289,6 +291,7 @@ static SPStyleProp const props[] = {
{SP_ATTR_FY, "fy"},
/* SPMeshPatch */
{SP_ATTR_TENSOR, "tensor"},
+ {SP_ATTR_SMOOTH, "smooth"},
/* SPPattern */
{SP_ATTR_PATTERNUNITS, "patternUnits"},
{SP_ATTR_PATTERNCONTENTUNITS, "patternContentUnits"},
@@ -436,6 +439,11 @@ static SPStyleProp const props[] = {
{SP_PROP_KERNING, "kerning"},
{SP_PROP_TEXT_ANCHOR, "text-anchor"},
{SP_PROP_WHITE_SPACE, "white-space"},
+ /* SVG 2 Text Wrapping */
+ {SP_PROP_SHAPE_INSIDE, "shape-inside"},
+ {SP_PROP_SHAPE_OUTSIDE, "shape-outside"},
+ {SP_PROP_SHAPE_PADDING, "shape-padding"},
+ {SP_PROP_SHAPE_MARGIN, "shape-margin"},
/* Text Decoration */
{SP_PROP_TEXT_DECORATION, "text-decoration"},
{SP_PROP_TEXT_DECORATION_LINE, "text-decoration-line"},