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
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