limweb / degrafa

Automatically exported from code.google.com/p/degrafa
1 stars 0 forks source link

Bitmap Image is repeating inside polygon #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.<degrafa:BitmapFill  id="bitmap" smooth="true" repeatX="stretch" 
repeatY="stretch" source="test.png"/> 
2. fill polygon with bitmapfill
3. draw polygon with the following points <degrafa:data>0,5 -5,0 0,-5 
5,0</degrafa:data>

What is the expected output? What do you see instead?
Image will not get repeated inside the shape(i.e polygon shape)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by vijayvig...@gmail.com on 26 Jul 2011 at 2:31