Opened 15 years ago
Closed 15 years ago
#690 closed defect (fixed)
Color.toHex returning incorrect value
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
new dojo.graphics.color.Color('rgb(255,255,255)').toHex()
returns #255255255
it should return #ffffff
this is in dojo 0.2.2
Note: See
TracTickets for help on using
tickets.
fixed in r3937