Searched refs:tspan (Results 1 – 12 of 12) sorted by relevance
7 <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>
6 <tspan x="0" y="235">to select multiline here</tspan>7 <tspan x="0" y="270">See bug 12334</tspan>
9 … <tspan dy='20' x='10'>It should be at the orange at 2 seconds and the green at 3 seconds.</tspan>
58 text, tspan, textPath { selector62 text, tspan, tref { selector
57 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() argument58 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()59 return tspan >> 10; in tspan_big_enough()
105 tspan interfaceName=SVGTSpanElement, createWithNew
334 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.
860 * 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.
31899 Add basic <tspan> support using RenderInline.31923 (SVGTextElementImpl::childShouldCreateRenderer): allow tspan.
19627 * 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:
31937 tspan in link not working38576 (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…
20068 This patch also discovered that at least tspan.getBBox() is broken. This