diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-31 00:12:49 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-31 00:12:49 +0000 |
| commit | 82bd7adc4cf29d46e1db8cb31aaa0ed356778d21 (patch) | |
| tree | 3477f80ea26bdc63c7b4b0c2750e684d4a06ae61 | |
| parent | Fix a bug whith units pointed by suv (diff) | |
| download | inkscape-82bd7adc4cf29d46e1db8cb31aaa0ed356778d21.tar.gz inkscape-82bd7adc4cf29d46e1db8cb31aaa0ed356778d21.zip | |
Fix units.xml
(bzr r13648)
| -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 802999003..bdfe27919 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> |
