Home
last modified time | relevance | path

Searched refs:tspan (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/manual-tests/
Dsvg-links.svg7 <tspan x='10' dy='20'>1. Hover and notice the status text change</tspan>
8 <tspan x='10' dy='20'>2. Hover and notice the cursor change to a hand</tspan>
9 <tspan x='10' dy='20'>3. Hover and notice a tooltip appear</tspan>
10 <tspan x='10' dy='20'>4. Drag the link and notice a bubble appear with the correct URL</tspan>
Dsvg-text-selection.svg6 <tspan x="0" y="235">to select multiline here</tspan>
7 <tspan x="0" y="270">See bug 12334</tspan>
/external/webkit/WebCore/manual-tests/animation/
DanimateTransform-keyTimes.svg9 … <tspan dy='20' x='10'>It should be at the orange at 2 seconds and the green at 3 seconds.</tspan>
/external/webkit/WebCore/css/
Dsvg.css58 text, tspan, textPath { selector
62 text, tspan, tref { selector
/external/skia/src/core/
DSkPathMeasure.cpp57 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() argument
58 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
59 return tspan >> 10; in tspan_big_enough()
/external/webkit/WebCore/svg/
Dsvgtags.in105 tspan interfaceName=SVGTSpanElement, createWithNew
/external/webkit/WebCore/
DChangeLog-2007-10-14334 for <text> & <tspan> & friends. <textPath> is still todo, as it's special.
738 across <tspan> elements. Highlighted by the existing batik tests.
3417 … Fixes: http://bugs.webkit.org/show_bug.cgi?id=12376 (glyph rotation in text/tspan not implemented)
3418 ….org/show_bug.cgi?id=12377 (multiple dx and dy attributes not respected in text and tspan elements)
3424 text rotation, baseline-shift, text chunks spanning <tspan>'s etc.
3442 - text-tspan-01-b.svg (per character placment works great in all situations)
3451 - 'textLength' / 'lengthAdjust' properties on <text>/<tspan> not yet handled.
DChangeLog-2005-08-23860 * svg-tests/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Added.
861 * svg-tests/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
5000 * svg-tests/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
5001 * svg-tests/W3C-SVG-1.1/text-tspan-01-b-w3c.png: Added.
5002 * svg-tests/W3C-SVG-1.1/text-tspan-01-b.svg: Added.
DChangeLog-2006-05-1031899 Add basic <tspan> support using RenderInline.
31923 (SVGTextElementImpl::childShouldCreateRenderer): allow tspan.
DChangeLog-2005-12-1919627 * svg-tests/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
21430 * svg-tests/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
DChangeLog-2008-08-1031937 tspan in link not working
38576 (WebCore::SVGAltGlyphElement::createRenderer): For now, this just renders as a tspan,
74274 …Fixes: http://bugs.webkit.org/show_bug.cgi?id=6424 (<text>, <tspan> dominant-baseline attribute is…
DChangeLog-2009-06-1620068 This patch also discovered that at least tspan.getBBox() is broken. This