Home | History | Annotate | Download | only in WebCore

Lines Matching full:textpath

334         for <text> & <tspan> & friends. <textPath> is still todo, as it's special.
2197 Enable SVG textPath selection. Actually build chunks for them instead of
2250 Let <textPath> be recognized within the ObjC bindings.
2641 Recognize <textPath> in SVG JS bindings.
3414 Fixes: http://bugs.webkit.org/show_bug.cgi?id=6425 (<textPath> element not implemented)
3423 Add textPath support, absolute positioned SVG characters, vertical text,
3433 - text-align-04-b.svg (textPath displayed)
3456 - <textPath> doesn't yet participate in text selection
3457 - <textPath> 'text-anchor' handling is flawed
3458 - <textPath> doesn't yet handle 'method' / 'spacing' properties
3460 for simple cases -> won't work for textPath's for instance
3464 * WebCore.xcodeproj/project.pbxproj: Add textPath related files to build
3465 * css/svg.css: Correct white-space default setting for textPath element
3467 * ksvg2/svg/SVGTSpanElement.cpp: Recognize textPath children.
3485 * ksvg2/svg/svgtags.in: Add textPath tag.
51487 The normalAngleAtLength() stuff can only be tested with my local textPath support.
51488 New LayoutTest: svg/custom/path-textPath-simulation.svg