C# Class SvgToVectorDrawableConverter.Utils.Inkscape

ファイルを表示 Open project: a-student/SvgToVectorDrawableConverter

Public Methods

Method Description
FindAppPath ( ) : string
SimplifySvgSync ( string appPath, string inputPath, string outputPath ) : void

Converts objects to paths, exports document without some namespaces and metadata.

Method Details

FindAppPath() public static method

public static FindAppPath ( ) : string
return string

SimplifySvgSync() public static method

Converts objects to paths, exports document without some namespaces and metadata.
public static SimplifySvgSync ( string appPath, string inputPath, string outputPath ) : void
appPath string
inputPath string
outputPath string
return void