New issue 12 by jjhatf02: Resized and moved ink is not rendered properly
http://code.google.com/p/dyknow-panel-extractor/issues/detail?id=12
DyKnow's history feature means that the original ink strokes are not
modified when a pen stroke is moved or resized.
For example:
<PEN UT="1" PW="1024" PH="768" UID="fb6bf352-2fad-47c1-958d-ba0711d07022"
DATA="base64:AC0DEEgQRWobAgBZ/0ZqGwIAWf8RAACAPx8JEQAAAAAAAPA/CgkCDDT1RQw+1CI="
/>
<EDOB UT="1" SP="2715:1025" EP="3324:1184" PW="1024" PH="768"
UID="56beb867-be67-4ebf-8e3c-b141e299e8bf" ISREM="false">
<EDLI>
<EDDE OBJID="fb6bf352-2fad-47c1-958d-ba0711d07022" />
</EDLI>
</EDOB>
The way the resize works is by setting a new bounding box for the specified
unique objid's included in the modification.
Implementing this functionality will be very difficult, especially since
this applies to multiple object types.