Opened 14 years ago
Closed 14 years ago
#1455 closed enhancement (fixed)
Stylization: expose the symbol sizeContext
Reported by: | danstoica | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | high | Milestone: | 2.3 |
Component: | Rendering Service | Version: | 2.2.0 |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
It would be useful for the SE_Renderer derived classes to know if the current rendered symbol (a SE_SymbolInstance) is in DeviceUnits or MapUnits.
Change History (3)
comment:1 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Version: | 2.1.0 → 2.2.0 |
---|
comment:3 by , 14 years ago
Milestone: | → 2.3 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in trunk with r5250.
Note:
See TracTickets
for help on using tickets.
This is a reasonable request - a custom SE_Renderer may want to render items differently depending on the size context. Also, the code impact is close-to-zero.