Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
function duplicateImage(from, target) { var pixelData = new flash.display.BitmapData(from._width, from._height, true, 0×00FFFFFF) pixelData.draw(from); target.attachBitmap(pixelData, 1, true, true); }
From the Design Piracy series on my blog: