mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
- With canvas, we have to track ourselves whether the context has a path or not. - All shapes except rects may not be added to a path with no context. - CGPath was not setting the start and current point correctly in some cases. - CGContextAddPath was not moving to the path's start point at the beginning. Sorry, I am not going to spend the time to port these fixes to VML!