Created
December 29, 2024 11:09
-
-
Save westurner/867b1f6bfa2c52caa3e61e010cd83b56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// example SVG url: https://jupyter.org/assets/homepage/main-logo.svg | |
//$x("//*[name()='svg']"); | |
//$x("//*[name()='use']); | |
//$x("//*[name()='use'][@*[name()='fill']]"); | |
$x("//*[@*[name()='fill']]"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment