summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-15 21:57:03 +0000
committerJabiertxof <jtx@jtx.marker.es>2016-03-15 21:57:03 +0000
commit6bd1c2a30b66e15fe055b22bd47dadb771f7fae2 (patch)
tree1b991cc2736f84fb069666802d485bd29cff6394 /src/style.h
parentUpdate to limit options to radius = 0, radious > 0 or both (diff)
parentfix-bug-1557192. paint-order crash with multiple items (diff)
downloadinkscape-6bd1c2a30b66e15fe055b22bd47dadb771f7fae2.tar.gz
inkscape-6bd1c2a30b66e15fe055b22bd47dadb771f7fae2.zip
Update to trunk
(bzr r13645.1.119)
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/style.h b/src/style.h
index 02432d3e7..0e8e34145 100644
--- a/src/style.h
+++ b/src/style.h
@@ -142,12 +142,14 @@ public:
SPIEnum text_transform;
/* CSS3 Text */
- /** text direction (css3 text 3.2) */
+ /** text direction (svg1.1) */
SPIEnum direction;
- /** block progression (css3 text 3.2) */
- SPIEnum block_progression;
- /** Writing mode (css3 text 3.2 and svg1.1 10.7.2) */
+ /** Writing mode (svg1.1 10.7.2, CSS Writing Modes 3) */
SPIEnum writing_mode;
+ /** Text orientation (CSS Writing Modes 3) */
+ SPIEnum text_orientation;
+ /** Dominant baseline (svg1.1) */
+ SPIEnum dominant_baseline;
/** Baseline shift (svg1.1 10.9.2) */
SPIBaselineShift baseline_shift;