Searched refs:textPath (Results 1 – 8 of 8) sorted by relevance
30 // textPath Method Types35 // textPath Spacing Types
100 textPath
179 RenderSVGTextPath* textPath = toRenderSVGTextPath(object); in beginTextPathLayout() local181 m_textPath = textPath->layoutPath(); in beginTextPathLayout()182 m_textPathStartOffset = textPath->startOffset(); in beginTextPathLayout()214 …SVGTextContentElement* textContentElement = SVGTextContentElement::elementFromRenderer(textPath)) { in beginTextPathLayout()
58 text, tspan, textPath { selector
334 for <text> & <tspan> & friends. <textPath> is still todo, as it's special.2197 Enable SVG textPath selection. Actually build chunks for them instead of2250 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 selection3457 - <textPath> 'text-anchor' handling is flawed3458 - <textPath> doesn't yet handle 'method' / 'spacing' properties[all …]
54831 Test: svg/custom/textPath-assert.svg71577 Especially fixes boundaries of <textPath> (see using Web Inspector) if74430 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.
31884 Allow links inside of tspan and textPath elements.41046 <text><textPath xlink:href="#somePath">ABCD</textPath></text>:41912 * At the start of each <textPath> element118548 …-> much better textPath results, characters now align as expected, as all rounding hacks are disab…
43333 Crash while processing ill-formed <textPath> ouside of <text>