Opened 12 years ago
Closed 12 years ago
#2215 closed defect (fixed)
buffer.aspx transparent selected => background displayed
Reported by: | remygourrat | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | 2.5 |
Component: | AJAX Viewer | Version: | 2.2.0 |
Severity: | major | Keywords: | buffer |
Cc: | External ID: |
Description
hi,
buffer.aspx invert transparent/background color.
test with Fill Pattern "Line_45"
When transparent background = True, buffer area have a background
When transparent background= false (with a specified color), buffer area is transparent
in BuildLayerDefinitionContent() function of buffer.aspx
On line 441 we have this code (0!=transparent)? "ff" + fbcolor: "00" + fbcolor,
it's running better if we put this code : (0!=transparent)? "00" + fbcolor: "ff" + fbcolor,
thanks
Change History (2)
comment:1 by , 12 years ago
Component: | General → AJAX Viewer |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed trunk (r7358) and 2.5 (r7357)