Home
last modified time | relevance | path

Searched refs:textPath (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGTextPathElement.idl30 // textPath Method Types
35 // textPath Spacing Types
Dsvgtags.in100 textPath
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngine.cpp179 RenderSVGTextPath* textPath = toRenderSVGTextPath(object); in beginTextPathLayout() local
181 m_textPath = textPath->layoutPath(); in beginTextPathLayout()
182 m_textPathStartOffset = textPath->startOffset(); in beginTextPathLayout()
214 …SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textPath)) { in beginTextPathLayout()
/external/webkit/Source/WebCore/css/
Dsvg.css58 text, tspan, textPath { selector
/external/webkit/Source/WebCore/
DChangeLog-2007-10-14334 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
[all …]
DChangeLog-2008-08-1054831 Test: svg/custom/textPath-assert.svg
71577 Especially fixes boundaries of <textPath> (see using Web Inspector) if
74430 Add glyph-orientation-* support for text & textPath. (90/180/270 and 'auto')
74431 …Also fix all vertical text handling - for text & textPath! (especially latin1 characters auto orie…
79770 Move textPath related SVGChar data in it's own structure SVGCharOnPath.
79774 glyph-orientation-* on textPath later on...
80427 Support letter & word spacing on textPath.
DChangeLog-2010-12-0631884 Allow links inside of tspan and textPath elements.
41046 <text><textPath xlink:href="#somePath">ABCD</textPath></text>:
41912 * At the start of each <textPath> element
118548 …-> much better textPath results, characters now align as expected, as all rounding hacks are disab…
DChangeLog-2011-02-1643333 Crash while processing ill-formed <textPath> ouside of <text>