You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The processShape method (in SwfObjectProcessor) reconstructs vectorial paths from the swf vectorial drawings. The structure that stores the vectorial drawings in SWFs is special for 2 reasons: it is compressed and it is compatible with their rendering engine (that treats edges between 2 fills of a same shape as a special case for better quality).
The processShape method can probably be optimised to parse the vectorial drawing structure of swf objects more quickly.
The text was updated successfully, but these errors were encountered:
The
processShape
method (inSwfObjectProcessor
) reconstructs vectorial paths from the swf vectorial drawings. The structure that stores the vectorial drawings in SWFs is special for 2 reasons: it is compressed and it is compatible with their rendering engine (that treats edges between 2 fills of a same shape as a special case for better quality).The
processShape
method can probably be optimised to parse the vectorial drawing structure of swf objects more quickly.The text was updated successfully, but these errors were encountered: