fix bug in Color canvas
authorAnton Epple <toni.epple@eppleton.de>
Mon, 27 May 2013 12:53:39 +0200
branchcanvas
changeset 1157c312f00cbace
parent 1156 9a6cf322f890
child 1158 633572e14095
fix bug in Color
javaquery/canvas/src/main/java/net/java/html/canvas/Style.java
     1.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/Style.java	Mon May 27 11:31:41 2013 +0200
     1.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/Style.java	Mon May 27 12:53:39 2013 +0200
     1.3 @@ -86,7 +86,7 @@
     1.4           * @param webColor Colordefined as
     1.5           */
     1.6          Color(String webColor) {
     1.7 -            this.web = web;
     1.8 +            this.web = webColor;
     1.9          }
    1.10  
    1.11          public String getAsString() {