New issue
Advanced search Search tips

Issue 921432 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: Bug



Sign in to add a comment

Speed: Path2D is marked as volatile

Reported by matheusa...@gmail.com, Jan 14

Issue description

Path2D inherits from CanvasPathMethods, which sets m_path.setIsVolatile(true), which prevents caching path data. However, wouldn't it be desirable to let Skia cache path information, since it's likely that users of that api are creating paths that are never changed?
 
Components: Blink>Canvas
Status: Available (was: Unconfirmed)
that makes sense.

Sign in to add a comment