ObjectProfile / Roassal2

Agile Visualization Engine for Pharo and VisualWorks
http://AgileVisualization.com
MIT License
26 stars 20 forks source link

Using Foreign objects when exporting SVG #37

Closed pavel-krivanek closed 1 year ago

pavel-krivanek commented 5 years ago

Issue by bergel Monday Dec 11, 2017 at 14:30 GMT Originally opened as https://github.com/moosetechnology/Moose/issues/1273


Dusty on Discord suggested to use foreign objects. He says: "creating SVG for web interfacces, like I'm doing the graphical rendering in roassal, but exporting the SVG to a web interface. I'd like to make the blocks clickable (via <a ...> tag) to open properties of the item in the web app" "also, forienobject would allow for title= or tag for hover"</p> <p>We should have a look at this. </p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/akevalion"><img src="https://avatars.githubusercontent.com/u/10532890?v=4" />akevalion</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p>moved to roassal3exporters Please use roassal3 <a href="https://github.com/ObjectProfile/Roassal3">https://github.com/ObjectProfile/Roassal3</a> I will close this issue because cleaning process and roassal2 will be frozen</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>