Skip to content

Commit

Permalink
테스트 색상표 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chorr committed Feb 16, 2012
1 parent 156a7c8 commit dc4a966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<button class="redo" disabled="disabled">redo</button>
<br/>
<button class="color">#000000</button>
<button class="color">#ff0000</button>
<button class="color">#00ff00</button>
<button class="color">#0000ff</button>
<button class="color" style="color:#ff4444">#ff4444</button>
<button class="color" style="color:#66cc88">#66cc88</button>
<button class="color" style="color:#4455ee">#4455ee</button>
</div>
</div>

Expand Down

0 comments on commit dc4a966

Please sign in to comment.