The Wayback Machine - https://web.archive.org/web/20201026232940/https://github.com/JohnSundell/Plot/pull/39
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the <object> tag #39

Open
wants to merge 3 commits into
base: master
from
Open

Conversation

@AlexLike
Copy link

@AlexLike AlexLike commented Mar 20, 2020

The <object> tag is a common way to include external SVG-files while preserving interactivity.

This request adds support for the <object> tag and its data: URL attribute with a new HTMLLinkableDataContext (because data(named name: String, value: String) -> Node couldn't accommodate the spec).

testObject() passes successfully.

(This is my first open-source PR, by the way. I hope everything goes as planned.)

… a new `HTMLLinkableDataContext`. Include `testObject()` and pass successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.