Difference between revisions of "SVG to SVG 1.1 using Inkscape"

From Archivematica
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[Scalable Vector Graphics]] > SVG to SVG 1.1 using Inkscape
 
[[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[Scalable Vector Graphics]] > SVG to SVG 1.1 using Inkscape
  
*File used was lion.svg taken from http://croczilla.com/bits_and_pieces/svg/samples/
+
*Used the following command: inkscape filename.svg --export-plain-svg=filename1-1.svg
*Used the following command: inkscape lion.svg --export-plain-svg=lion.svg
+
*Note that Inkscape does not convert SVG 1.0 to SVG 1.1 if the file is already valid against the 1.1 standard
<br>
+
*Files tested:
 
+
**lion.svg from http://croczilla.com/bits_and_pieces/svg/samples/
{| border="1" cellpadding="10" cellspacing="0" width=90%
+
**Rook's_graph.svg from http://commons.wikimedia.org/wiki/File:Rook%27s_graph.svg
|-
+
**Hourglass_drawing.svg from http://en.wikiquote.org/wiki/File:Hourglass_drawing.svg
|- style="background-color:#cccccc;"
+
**Photoeffect.svg from http://commons.wikimedia.org/wiki/File:Photoeffect.svg
!style="width:20%"|'''Property'''
 
!style="width:20%"|'''Original'''
 
!style="width:20%"|'''Normalized'''
 
|-
 
|SVG version
 
|SVG 1.0
 
|SVG 1.1
 
|-
 
|FileSize
 
|18,324 bytes
 
|23,211 bytes
 
|-
 
|ImageWidth
 
|531 pixels
 
|531 pixels
 
|-
 
|ImageHeight
 
|531 pixels
 
|531 pixels
 
|-
 
|}<br />
 

Latest revision as of 17:30, 6 December 2010

Main Page > Documentation > Media type preservation plans > Scalable Vector Graphics > SVG to SVG 1.1 using Inkscape