musictheory / SwiffCore

.swf parsing and rendering framework for Mac OS X and iOS

Home Page:http://www.musictheory.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel perfect: Better miter limits

iccir opened this issue · comments

When the miter limit is hit, Quartz and Flash render it differently - Quartz converts it to a bezel that extends to 1/2 the line width. Flash converts it to a bezel that extends to: MiterLimitFactor * LineWidth.

This could be imitated in sTracePath or sTracePathAdvanced