Opened 11 years ago

Closed 11 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 jng, 11 years ago

Component: GeneralAJAX Viewer
Owner: set to jng
Status: newassigned

comment:2 by jng, 11 years ago

Resolution: fixed
Status: assignedclosed

Fixed trunk (r7358) and 2.5 (r7357)

Note: See TracTickets for help on using tickets.