This commit is contained in:
@@ -9,6 +9,12 @@ namespace Volian.Svg.Library
|
||||
[XmlRoot("svg")]
|
||||
public partial class Svg : SvgGroup
|
||||
{
|
||||
private static System.Drawing.PointF _AbsoluteOffset;
|
||||
public static System.Drawing.PointF AbsoluteOffset
|
||||
{
|
||||
get { return Svg._AbsoluteOffset; }
|
||||
set { Svg._AbsoluteOffset = value; }
|
||||
}
|
||||
private static System.Drawing.Color _OverrrideColor = System.Drawing.Color.Empty;
|
||||
public static System.Drawing.Color OverrideColor
|
||||
{
|
||||
|
Reference in New Issue
Block a user