DefineShape4 writing fixed

This commit is contained in:
honfika
2014-08-16 14:50:14 +02:00
parent e719e4ad32
commit 40771b85c2
@@ -108,8 +108,8 @@ public class DefineShape4Tag extends ShapeTag {
sos.writeRECT(edgeBounds);
sos.writeUB(5, reserved);
sos.writeUB(1, usesFillWindingRule ? 1 : 0);
sos.writeUB(5, usesNonScalingStrokes ? 1 : 0);
sos.writeUB(5, usesScalingStrokes ? 1 : 0);
sos.writeUB(1, usesNonScalingStrokes ? 1 : 0);
sos.writeUB(1, usesScalingStrokes ? 1 : 0);
sos.writeSHAPEWITHSTYLE(shapes, 4);
} catch (IOException e) {
}