This commit is contained in:
parent
d58cbfb089
commit
21305fb6c9
@ -97,6 +97,7 @@ namespace Volian.Svg.Library
|
||||
_MyContentByte = cb;
|
||||
SvgMeasurement X = new SvgMeasurement(x-6, E_MeasurementUnits.PT); // Not sure why this is? seems to be a character too far to the right?
|
||||
SvgMeasurement Y = new SvgMeasurement(Height.GetSizeInPoints(72) - y, E_MeasurementUnits.PT);
|
||||
if (!this.LookUp.ContainsKey(macroDef)) return; // AEP - DU1 (missing C22 macro for AEP)
|
||||
SvgGroup macro = this[macroDef] as SvgGroup;
|
||||
macro.SvgParts.Draw(cb, MyScale.AdjustOrigin(X, Y), this,this);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user