Searched refs:textPath (Results 1 – 7 of 7) sorted by relevance
277 RenderSVGTextPath* textPath = toRenderSVGTextPath(flowBox->renderer()); in addLayoutInformation() local278 Path path = textPath->layoutPath(); in addLayoutInformation()280 float baselineShift = calculateBaselineShift(textPath); in addLayoutInformation()288 startOffset = textPath->startOffset(); in addLayoutInformation()290 if (textPath->startOffset() >= 0.0f && textPath->startOffset() <= 1.0f) in addLayoutInformation()
30 // textPath Method Types35 // textPath Spacing Types
108 textPath
53 text, tspan, textPath { selector
1044 macro(textPath, 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 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.