summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan Vincent <brennanv@email.arizona.edu>2012-08-19 12:27:37 -0700
committerBrennan Vincent <brennanv@email.arizona.edu>2012-08-19 12:27:37 -0700
commita1efb8f524c447155b13dcfbfa11a175896140a6 (patch)
tree6c1f97a746c12c8d55e27d5659ef84bcd8cd9ed7
parentf05f62bdef9765ac68ce839b24ed76888465a9f6 (diff)
More in the same vein as the last commit
-rw-r--r--src/lib/PolygonUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/PolygonUtils.cpp b/src/lib/PolygonUtils.cpp
index 627de81..dd46b90 100644
--- a/src/lib/PolygonUtils.cpp
+++ b/src/lib/PolygonUtils.cpp
@@ -5672,6 +5672,7 @@ ShapeElementCommand getCommandFromBinary(unsigned short binary)
count = (binary & 0xFF);
break;
case 0xAC:
+ case 0xAE:
case 0x0:
cmd = LINETO;
count = (binary & 0xFF);