Searched refs:SVG (Results 1 – 25 of 30) sorted by relevance
12
81 if (tn === $.SVG)82 this._enterNamespace(NS.SVG);119 else if ((tn === $.SVG && this.currentNamespace === NS.SVG) ||
6 SVG: 'http://www.w3.org/2000/svg',161 SVG: 'svg',265 SPECIAL_ELEMENTS[NS.SVG] = {};266 SPECIAL_ELEMENTS[NS.SVG][$.TITLE] = true;267 SPECIAL_ELEMENTS[NS.SVG][$.FOREIGN_OBJECT] = true;268 SPECIAL_ELEMENTS[NS.SVG][$.DESC] = true;
256 return ns === NS.SVG && (tn === $.FOREIGN_OBJECT || tn === $.DESC || tn === $.TITLE);
3 SAX.internalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…4 SAX.externalSubset(svg, -//W3C//DTD SVG April 1999//EN, http://www.w3.org/Graphics/SVG/svg-19990412…
21 that can be viewed with popular SVG viewers such as 'Inkscape'.33 Select the width of the SVG file (default: 1000)
16 DECLARE_SVG_INFO(SVG);
29 DEFINE_SVG_INFO(SVG) in DEFINE_SVG_INFO() argument
379 CASE_NEW(SVG); in CreateElement()
47 return ns === NS.SVG;59 return ns === NS.SVG;73 return tn === $.FOREIGN_OBJECT && ns === NS.SVG;
598 token.type === Tokenizer.START_TAG_TOKEN && token.tagName === $.SVG) {1541 p._appendElement(token, NS.SVG);1543 p._insertElement(token, NS.SVG);1615 else if (tn === $.SVG)2799 else if (currentNs === NS.SVG) {
12 A JavaScript visualization library for HTML and SVG.
74 …SVG ATTRIBUTENAME='' ATTRIBUTETYPE='' BASEFREQUENCY='' BASEPROFILE='' CALCMODE='' CLIPPATHUNITS=''…382 …SVG><ALTGLYPH /><ALTGLYPHDEF /><ALTGLYPHITEM /><ANIMATECOLOR /><ANIMATEMOTION /><ANIMATETRANSFORM …
55 - SkPicture for caching SVG
89 qualifiedTn = (ns === NS.HTML || ns === NS.SVG || ns === NS.MATHML) ? tn : (ns + ':' + tn);
153 case HTML.NAMESPACES.SVG:
2228 open(SVG, $svgfile) || die "open temp svg: $!";2229 my @svg = <SVG>;2230 close(SVG);2272 open(SVG, ">$svgfile") || die "open $svgfile: $!";2273 print SVG $svg;2274 close(SVG);
307 stack.push(treeAdapter.createElement($.TITLE, NS.SVG, []));324 stack.push(treeAdapter.createElement($.TITLE, NS.SVG, []));
699 -@(for i in $(srcdir)/test/SVG/* ; do \702 if [ ! -f $(srcdir)/result/SVG/$$name ] ; then \704 $(CHECKER) $(top_builddir)/xmllint $$i > $(srcdir)/result/SVG/$$name ; \710 diff $(srcdir)/result/SVG/$$name result.$$name ; \
393 return ns === NS.SVG && (tn === $.FOREIGN_OBJECT || tn === $.DESC || tn === $.TITLE);402 SVG: 'http://www.w3.org/2000/svg', property557 SVG: 'svg', property661 SPECIAL_ELEMENTS[NS.SVG] = {};662 SPECIAL_ELEMENTS[NS.SVG][$.TITLE] = true;663 SPECIAL_ELEMENTS[NS.SVG][$.FOREIGN_OBJECT] = true;664 SPECIAL_ELEMENTS[NS.SVG][$.DESC] = true;917 qualifiedTn = (ns === NS.HTML || ns === NS.SVG || ns === NS.MATHML) ? tn : (ns + ':' + tn);1199 if (tn === $.SVG)1200 this._enterNamespace(NS.SVG);[all …]
META-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
1799 # HTML_FILE_EXTENSION to xhtml in order to make the SVG files1805 # enable generation of interactive SVG images that allow zooming and panning.1808 # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files1809 # visible. Older versions of IE do not have SVG support.