ericdrowell / KineticJS

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://www.kineticjs.com
3.98k stars 752 forks source link

Bug : toDataURL ignore sometimes strokes on Kinetic.Rect #979

Open CSI68 opened 10 years ago

CSI68 commented 10 years ago

Hello,

I think I've found a bug in toDataURL function. In my stage I've only text, images and rectangles with strokes to create stage border.

All work fine, but when I export toDataURL the strokes on Rect are missing or bugy in the generated file. On screen all is good.

Bugy toDataURL bugy Sometimes missing... missing What I see on my screen onscreen