Home | History | Annotate | Download | only in page

Lines Matching refs:svg

68 #if ENABLE(SVG)
631 #if ENABLE(SVG)
892 #if ENABLE(SVG)
897 RefPtr<SVGSVGElement> svg = static_cast<SVGDocument*>(m_frame->document())->rootElement();
898 if (!svg->currentView()->parseViewSpec(name))
900 svg->setUseCurrentView(true);
905 RefPtr<SVGSVGElement> svg = static_cast<SVGSVGElement*>(SVGLocatable::nearestViewportElement(viewElement.get()));
906 svg->inheritViewAttributes(viewElement.get());
910 // FIXME: need to decide which <svg> to focus on, and zoom to that one