diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-05-26 11:37:44 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-05-26 11:37:44 +0000 |
| commit | d2d46b5e9228a21330720e7c8ccce353ced02b72 (patch) | |
| tree | 475870c57d1e2e55f9f27e79083d9648a98ab5e9 /share/ui/units.xml | |
| parent | Update for working Win64 GDB (devlibs update required) (diff) | |
| download | inkscape-d2d46b5e9228a21330720e7c8ccce353ced02b72.tar.gz inkscape-d2d46b5e9228a21330720e7c8ccce353ced02b72.zip | |
Convert from 90px to inch to 96px to inch per SVG (CSS) specification.
(bzr r13341.1.39)
Diffstat (limited to 'share/ui/units.xml')
| -rw-r--r-- | share/ui/units.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/ui/units.xml b/share/ui/units.xml index 69d78565d..802999003 100644 --- a/share/ui/units.xml +++ b/share/ui/units.xml @@ -12,55 +12,55 @@ <plural>pixels</plural> <abbr>px</abbr> <factor>1.00</factor> - <description>CSS Pixels (90/inch)</description> + <description>CSS Pixels (96/inch)</description> </unit> <unit type="LINEAR" pri="n"> <name>point</name> <plural>points</plural> <abbr>pt</abbr> - <factor>1.25</factor> + <factor>1.3333333333</factor> <description>PostScript points (72/inch)</description> </unit> <unit type="LINEAR" pri="n"> <name>pica</name> <plural>picas</plural> <abbr>pc</abbr> - <factor>15.0</factor> + <factor>16.0</factor> <description>12 points</description> </unit> <unit type="LINEAR" pri="n"> <name>inch</name> <plural>inches</plural> <abbr>in</abbr> - <factor>90.0</factor> - <description>Inches (90 px/in)</description> + <factor>96.0</factor> + <description>Inches (96 px/in)</description> </unit> <unit type="LINEAR" pri="n"> <name>millimeter</name> <plural>millimeters</plural> <abbr>mm</abbr> - <factor>3.543307</factor> + <factor>3.77952755913</factor> <description>Millimeters (25.4 mm/in)</description> </unit> <unit type="LINEAR" pri="n"> <name>centimeter</name> <plural>centimeters</plural> <abbr>cm</abbr> - <factor>35.43307</factor> + <factor>37.7952755913</factor> <description>Centimeters (10 mm/cm)</description> </unit> <unit type="LINEAR" pri="n"> <name>meter</name> <plural>meters</plural> <abbr>m</abbr> - <factor>3543.307</factor> + <factor>3779.52755913</factor> <description>Meters (100 cm/m)</description> </unit> <unit type="LINEAR" pri="n"> <name>foot</name> <plural>feet</plural> <abbr>ft</abbr> - <factor>1080</factor> + <factor>1152</factor> <description>Feet (12 in/ft)</description> </unit> <unit type="RADIAL" pri="y"> |
