UnityTech / UIWidgets

UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Other
1.97k stars 256 forks source link

Fix aa shapehintbug #381

Closed zhuxingwei closed 4 years ago

zhuxingwei commented 4 years ago

aa shape hint is used to store the description of the shape of a given path. This will help the renderer to skip some costly process for specific shapes (i.e., Rect).

Since the shape hint is not well maintained, e.g., doesnot clear well when the path is desposed. some bugs are observed. In this PR we fix the issue