This commit is contained in:
Kathy Ruffing 2011-01-19 16:27:24 +00:00
parent d58cbfb089
commit 21305fb6c9

View File

@ -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);
}