diff options
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h index 3f21f37db..ab34476b3 100644 --- a/src/style.h +++ b/src/style.h @@ -142,6 +142,12 @@ public: /** white space (svg2) */ SPIEnum white_space; + /** SVG2 Text Wrapping */ + SPIString shape_inside; + // SPIString shape_outside; + SPILength shape_padding; + // SPILength shape_margin; + /* Text Decoration ----------------------- */ /** text decoration (css2 16.3.1) */ |
