Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DSVGCharacterLayoutInfo.cpp277 RenderSVGTextPath* textPath = toRenderSVGTextPath(flowBox->renderer()); in addLayoutInformation() local
278 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()
/external/webkit/WebCore/svg/
DSVGTextPathElement.idl30 // textPath Method Types
35 // textPath Spacing Types
Dsvgtags.in108 textPath
/external/webkit/WebCore/css/
Dsvg.css53 text, tspan, textPath { selector
/external/webkit/WebCore/bindings/v8/
DV8DOMWrapper.cpp1044 macro(textPath, TEXTPATH) \
/external/webkit/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.