diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-10-14 18:38:41 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-10-14 18:38:41 +0000 |
| commit | e056d0fa49ed5b9369c0c16c1c4df0c671b88b68 (patch) | |
| tree | 1788e981f21d9b8ae27a3fb23cd7ee68c98e27f9 /share | |
| parent | Implement marker 'orient' attribute value 'auto-start-reverse'. (diff) | |
| parent | Merged hatch pdf and png export code (diff) | |
| download | inkscape-e056d0fa49ed5b9369c0c16c1c4df0c671b88b68.tar.gz inkscape-e056d0fa49ed5b9369c0c16c1c4df0c671b88b68.zip | |
Merge hatch rendering code from Tomasz Boczkowski.
(bzr r13614)
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/units.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/ui/units.xml b/share/ui/units.xml index 872b511d7..ef00aa9ce 100644 --- a/share/ui/units.xml +++ b/share/ui/units.xml @@ -77,6 +77,20 @@ <factor>57.296</factor> <description>Radians (57.296 deg/rad)</description> </unit> +<unit type="RADIAL" pri="n"> + <name>gradian</name> + <plural>gradians</plural> + <abbr>grad</abbr> + <factor>1.111</factor> + <description>Gradians (1.111 deg/grad)</description> +</unit> +<unit type="RADIAL" pri="n"> + <name>turn</name> + <plural>turns</plural> + <abbr>turn</abbr> + <factor>360</factor> + <description>Turns (360 deg/turn)</description> +</unit> <unit type="FONT_HEIGHT" pri="y"> <name>font-height</name> <plural>font-heights</plural> |
