Modify ↓
#10998 closed enhancement (fixed)
Support for imagemaps
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | PlantUmlMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
PlantUML now also support image maps to create external links ( urls, ... ) from a UML diagram. It would be great if this was supported by the Trac macro.
Attachments (0)
Change History (10)
comment:1 Changed 12 years ago by
Owner: | changed from Álvaro Iradier to Ryan J Ollos |
---|
comment:2 Changed 12 years ago by
I noticed a jQuery integration that we may want to look at adding support for in the future as well: #11002.
comment:3 Changed 12 years ago by
More information can be found at the bottom of this link : http://plantuml.sourceforge.net/incubation.html
When I run the first example, it will generate an image file, and a file, called example.cmapx, with the following content:
<map id="example_map" name="example_map"> <area shape="rect" id="id1" href="http://www.google.com" title="http://www.google.com" alt="" coords="22,8,75,56"/> </map>
comment:4 Changed 12 years ago by
The second example, creates a cmapx file with this content:
<map id="example2_map" name="example2_map"> <area shape="rect" id="Bob" href="http://www.google.com" title="http://www.google.com" coords="5,0,48,34"/> </map>
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:10 Changed 11 years ago by
I haven't had a chance to test the change, so I appreciate if you can report back to confirm that it works okay. Thanks!
Note: See
TracTickets for help on using
tickets.
I didn't find any documentation on this yet, but found this forum post that describes the feature.
What markup does the macro produce if you try the examples from that forum post?: