All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.batik.apps.rasterizer.invalidSVG.svg Maven / Gradle / Ivy

There is a newer version: 1.17
Show newest version

	SVG pretty-printer - (C) Apache Software Foundation      
		http://xml.apache.org/batik

Syntax:
	svgpp [options]  []

Available Options:
-no-format
	Disables any formatting. Useful for doctype modifications,
	newline conversion, ...
-xml-decl 
	The value to set to the XML declaraction.
-system-id 
	The value to set to the system ID of the doctype.
-doc-width 
	Sets the document preferred number of columns. The default is 80.
-tab-width 
	Sets the tabulation width. The default is 4.
-public-id 
	The value to set to the public ID of the doctype.
-newline (cr | cr-lf | lf)
	Specifies the type of newline to output. Possible values are:
	cr (mac), cr-lf (dos), lf (unix - the default).
-doctype (change | remove)
	Removes or changes the DOCTYPE declaration. change is used 
	in conjonction with the -public-id and -system-id options.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy