C# Class Svg.SvgDefaults

Holds a dictionary of the default values of the SVG specification
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
IsDefault ( string attributeName, string value ) : bool

Checks whether the property value is the default value of the svg definition.

Private Methods

Method Description
SvgDefaults ( ) : System

Method Details

IsDefault() public static method

Checks whether the property value is the default value of the svg definition.
public static IsDefault ( string attributeName, string value ) : bool
attributeName string Name of the svg attribute
value string
return bool