Skip to content

Instantly share code, notes, and snippets.

Cannot find camelCase element, will not render text on textPath if the element is inserted in lower case.
@cool-Blue
cool-Blue / README.md
Last active August 29, 2015 14:22
querySelector camel case textPath in Chrome

In Chrome
If you use camelCase, the textPath works but you can't select it.
If you use lowercase, the textpath doesn't work but you can select it.