DescriptionThe asPoints dashing code ignored the case where the dash length was greater then the dashed line. The prototypical case from Webkit is 255on/255off dashing on a 10 pixel long line. In this case the code would draw a very long initial dash.
This CL fixes this oversight and adds a gm to catch regressions.
The debugger change just makes it easier to see what is going on with drawPoints calls.
Patch Set 1 #
MessagesTotal messages: 4
|