Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Non-repeating bitmap fills do not extend #513

Open
claus opened this issue Aug 16, 2013 · 2 comments
Open

Non-repeating bitmap fills do not extend #513

claus opened this issue Aug 16, 2013 · 2 comments

Comments

@claus
Copy link
Member

claus commented Aug 16, 2013

var m:Matrix = new Matrix();
m.translate(26, 26);

graphics.beginBitmapFill(new TestBitmapData(), m, false, true);
graphics.drawRect(0, 0, 120, 120);
graphics.endFill();

Expected Result:
bitmapfill_flash

Actual Result, Firefox 26:
bitmapfill_firefox

Actual Result, Chrome 30:
bitmapfill_chrome

@magcius
Copy link
Contributor

magcius commented Aug 16, 2013

Can you test on Firefox on both Linux and Windows? Direct2D and non-accelerated graphics have different results sometimes.

@cpeterso cpeterso added this to the Release Landing milestone Mar 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants