Opened 13 years ago
Closed 13 years ago
#4156 closed task (invalid)
Investigate VMLFrame for clipping.
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | DojoX GFX | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
VMLFrame may help with following problems:
- Implement clipping on the surface boundaries.
- It may help to solve the problem of negative coordinates (see #3144 comments for explanations of the problem).
- It implements SVG-compatible scaling. It is unclear if we can harness this feature, but it worth investigating.
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Summary: | Investagate VMLFrame for clipping. → Investigate VMLFrame for clipping. |
---|
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
It does work as advertised but it doesn't propagate events handling the source as a metafile of sort.
I implemented a solution in [10496], which doesn't use VMLFrame, but breaks when DOCTYPE is set on the document. I think this is the best I could do.