JohnnyOpcode / degrafa

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

background-color does not appropriately parse transparency values for a gradient (FIX INCLUDED HERE) #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Give a Canvas the following CSS stylings:
Canvas {
  background-color: "90deg 0% 100% #bbd0e6 100% 0% #efeff0";
  borderSkin: ClassReference("com.degrafa.skins.CSSSkin");
}
2. Run the program

What is the expected output? What do you see instead?

You see 3 colors instead of 2 colors w/ the alpha ratios of [100, 0].

Please provide any additional information below.

 The fix is to add i++ after line 214 in StyleUtil.as

Original issue reported on code.google.com by gjast...@gmail.com on 2 Jun 2008 at 9:31

GoogleCodeExporter commented 8 years ago
this will be updated in the next beta release.

Original comment by benstu...@gmail.com on 25 Jun 2008 at 3:32

GoogleCodeExporter commented 8 years ago
Ben, please see 
http://groups.google.com/group/degrafa/browse_thread/thread/b67eb317aec30b8a/11f
8f3ab2ea36dca#11f8f3ab2ea36dca

for other similar/related information.

Original comment by greg.d...@gmail.com on 25 Jun 2008 at 9:31

GoogleCodeExporter commented 8 years ago
done.

Original comment by benstu...@gmail.com on 1 Jul 2008 at 1:34