Timeline
Dec 31, 2006:
- 10:47 PM Changeset in webkit [18501] by
-
- 5 edits in trunk/WebCore
2007-01-01 Eric Seidel <eric@webkit.org>
Reviewed by olliej.
Split out animationsByElement() logic in preparation for adding AnimationCompositor class
Add addColorsAndClamp helper (since adding and clamping is the common case)
- ksvg2/misc/SVGTimer.cpp: (WebCore::SVGTimer::animationsByElement): split out from notifyAll (WebCore::SVGTimer::notifyAll):
- ksvg2/misc/SVGTimer.h:
- ksvg2/svg/SVGAnimateColorElement.cpp: (WebCore::SVGAnimateColorElement::addColorsAndClamp): added.
- ksvg2/svg/SVGAnimateColorElement.h:
- 10:03 PM Changeset in webkit [18500] by
-
- 10 edits2 copies2 moves in trunk/WebCore
2006-12-31 Eric Seidel <eric@webkit.org>
Reviewed by olliej.
Split KSVGTimeScheduler into SVGTimer and TimeScheduler.
(Basic clean-up before re-working animation system)
- WebCore.xcodeproj/project.pbxproj:
- ksvg2/misc/KSVGTimeScheduler.cpp: Removed.
- ksvg2/misc/KSVGTimeScheduler.h: Removed.
- ksvg2/misc/SVGTimer.cpp: Added. (WebCore::SVGTimer::SVGTimer): (WebCore::SVGTimer::calculateTimePercentage): (WebCore::SVGTimer::notifyAll):
- ksvg2/misc/SVGTimer.h: Added.
- ksvg2/misc/TimeScheduler.cpp: Added. (WebCore::TimeScheduler::TimeScheduler):
- 9:15 PM Changeset in webkit [18499] by
-
- 2 edits in trunk/WebCore
2006-12-31 Eric Seidel <eric@webkit.org>
Reviewed by olliej.
Re-enable animateTransform (now that SVGList is fixed)
(Things are only "less broken" not totally fixed yet.)
- ksvg2/misc/KSVGTimeScheduler.cpp: (WebCore::SVGTimer::notifyAll):
- 9:07 PM Changeset in webkit [18498] by
-
- 23 edits1 move1 delete in trunk/JavaScriptCore
Reviewed by Geoff.
Update embedded pcre library from version 6.2 to 6.4. Changes from pcre 6.2 to 6.3
did not include any files in JavaScriptCore/pcre.
All changes include renaming EXPORT to PCRE_EXPORT, renaming of ucp_findchar() to
_pcre_ucp_findchar(), or comment changes. Additional changes noted below.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Updated source file list.
- JavaScriptCore.xcodeproj/project.pbxproj: Renamed pcre_printint.c to pcre_printint.src and changed it from a source file to a header file.
- JavaScriptCoreSources.bkl: Updated source file list.
- pcre/CMakeLists.txt: Updated source file list.
- pcre/pcre-config.h:
- pcre/pcre.h: Updated version.
- pcre/pcre.pri: Updated source file list.
- pcre/pcre_compile.c: Include pcre_printint.src #if DEBUG. (pcre_compile2):
- pcre/pcre_config.c:
- pcre/pcre_exec.c: (match):
- pcre/pcre_fullinfo.c:
- pcre/pcre_info.c:
- pcre/pcre_internal.h: Added header guard. Removed export of _pcre_printint().
- pcre/pcre_ord2utf8.c:
- pcre/pcre_printint.c: Renamed to pcre_printint.src.
- pcre/pcre_printint.src: Added. Renamed _pcre_printint() to pcre_printint().
- pcre/pcre_refcount.c:
- pcre/pcre_study.c:
- pcre/pcre_tables.c:
- pcre/pcre_try_flipped.c:
- pcre/pcre_ucp_findchar.c: Added contents of ucp_findchar.c.
- pcre/pcre_version.c:
- pcre/pcre_xclass.c: (_pcre_xclass):
- pcre/ucp.h: Removed export of ucp_findchar().
- pcre/ucp_findchar.c: Removed. Contents moved to pcre_ucp_findchar.c.
- 4:49 PM Changeset in webkit [18497] by
-
- 2 edits in trunk/WebCore
WebCore:
Reviewed by Hyatt.
- http://bugs.webkit.org/show_bug.cgi?id=12049 RenderBlock::calcMinMaxWidth() should not examine children of fixed-width blocks
No test possible (no change to functionality).
- rendering/RenderBlock.cpp: (WebCore::RenderBlock::calcMinMaxWidth): Call calc{Inline,Block}MinMaxWidth() only if their result is needed.
- 4:37 PM Changeset in webkit [18496] by
-
- 1 copy1 add in trunk/WebCore
Roll over WebCore ChangeLog
- 1:45 PM Changeset in webkit [18495] by
-
- 21 edits in trunk/WebCore
2006-12-31 Eric Seidel <eric@webkit.org>
Reviewed by weinig.
Make SVGPathSeg construction take fewer lines of code.
- WebCore.xcodeproj/project.pbxproj:
- ksvg2/svg/SVGPathElement.cpp: (WebCore::SVGPathElement::createSVGPathSegMovetoAbs): (WebCore::SVGPathElement::createSVGPathSegMovetoRel): (WebCore::SVGPathElement::createSVGPathSegLinetoAbs): (WebCore::SVGPathElement::createSVGPathSegLinetoRel): (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicAbs): (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicRel): (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticAbs): (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticRel): (WebCore::SVGPathElement::createSVGPathSegArcAbs): (WebCore::SVGPathElement::createSVGPathSegArcRel): (WebCore::SVGPathElement::createSVGPathSegLinetoHorizontalAbs): (WebCore::SVGPathElement::createSVGPathSegLinetoHorizontalRel): (WebCore::SVGPathElement::createSVGPathSegLinetoVerticalAbs): (WebCore::SVGPathElement::createSVGPathSegLinetoVerticalRel): (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs): (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel): (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticSmoothAbs): (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticSmoothRel):
- ksvg2/svg/SVGPathSegArc.cpp: (WebCore::SVGPathSegArcAbs::SVGPathSegArcAbs): (WebCore::SVGPathSegArcRel::SVGPathSegArcRel):
- ksvg2/svg/SVGPathSegArc.h:
- ksvg2/svg/SVGPathSegCurvetoCubic.cpp: (WebCore::SVGPathSegCurvetoCubicAbs::SVGPathSegCurvetoCubicAbs): (WebCore::SVGPathSegCurvetoCubicRel::SVGPathSegCurvetoCubicRel):
- ksvg2/svg/SVGPathSegCurvetoCubic.h:
- ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp: (WebCore::SVGPathSegCurvetoCubicSmoothAbs::SVGPathSegCurvetoCubicSmoothAbs): (WebCore::SVGPathSegCurvetoCubicSmoothRel::SVGPathSegCurvetoCubicSmoothRel):
- ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h:
- ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp: (WebCore::SVGPathSegCurvetoQuadraticAbs::SVGPathSegCurvetoQuadraticAbs): (WebCore::SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel):
- ksvg2/svg/SVGPathSegCurvetoQuadratic.h:
- ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp: (WebCore::SVGPathSegCurvetoQuadraticSmoothAbs::SVGPathSegCurvetoQuadraticSmoothAbs): (WebCore::SVGPathSegCurvetoQuadraticSmoothRel::SVGPathSegCurvetoQuadraticSmoothRel):
- ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h:
- ksvg2/svg/SVGPathSegLineto.cpp: (WebCore::SVGPathSegLinetoAbs::SVGPathSegLinetoAbs): (WebCore::SVGPathSegLinetoRel::SVGPathSegLinetoRel):
- ksvg2/svg/SVGPathSegLineto.h:
- ksvg2/svg/SVGPathSegLinetoHorizontal.cpp: (WebCore::SVGPathSegLinetoHorizontalAbs::SVGPathSegLinetoHorizontalAbs): (WebCore::SVGPathSegLinetoHorizontalRel::SVGPathSegLinetoHorizontalRel):
- ksvg2/svg/SVGPathSegLinetoHorizontal.h:
- ksvg2/svg/SVGPathSegLinetoVertical.cpp: (WebCore::SVGPathSegLinetoVerticalAbs::SVGPathSegLinetoVerticalAbs): (WebCore::SVGPathSegLinetoVerticalRel::SVGPathSegLinetoVerticalRel):
- ksvg2/svg/SVGPathSegLinetoVertical.h:
- ksvg2/svg/SVGPathSegMoveto.cpp: (WebCore::SVGPathSegMovetoAbs::SVGPathSegMovetoAbs): (WebCore::SVGPathSegMovetoRel::SVGPathSegMovetoRel):
- ksvg2/svg/SVGPathSegMoveto.h:
- 12:38 PM Changeset in webkit [18494] by
-
- 3 edits2 deletes in trunk/LayoutTests
2006-12-31 Eric Seidel <eric@eseidel.com>
Reviewed by mitz.
Make getTotalLength test case work in Opera and FireFox.
- svg/custom/path-getTotalLength-expected.checksum: Removed.
- svg/custom/path-getTotalLength-expected.png: Removed.
- svg/custom/path-getTotalLength-expected.txt:
- svg/custom/path-getTotalLength.svg:
- 11:37 AM Changeset in webkit [18493] by
-
- 6 edits6 adds in trunk
2006-12-31 Eric Seidel <eric@eseidel.com>
Reviewed by weinig.
Implement path length measuring for SVGPathElement::getTotalLength and friends.
http://bugs.webkit.org/show_bug.cgi?id=12033
- WebCore.xcodeproj/project.pbxproj:
- ksvg2/svg/SVGPathElement.cpp: (WebCore::SVGPathElement::getTotalLength): (WebCore::SVGPathElement::getPointAtLength):
- platform/graphics/Path.cpp: (WebCore::pathLengthApplierFunction): (WebCore::Path::length): (WebCore::Path::pointAtLength):
- platform/graphics/Path.h:
- platform/graphics/PathTraversalState.cpp: Added. (WebCore::midPoint): (WebCore::distanceLine): (WebCore::QuadraticBezier::QuadraticBezier): (WebCore::QuadraticBezier::approximateDistance): (WebCore::QuadraticBezier::split): (WebCore::CubicBezier::CubicBezier): (WebCore::CubicBezier::approximateDistance): (WebCore::CubicBezier::split): (WebCore::curveLength): (WebCore::PathTraversalState::PathTraversalState): (WebCore::PathTraversalState::closeSubpath): (WebCore::PathTraversalState::moveTo): (WebCore::PathTraversalState::lineTo): (WebCore::PathTraversalState::quadraticBezierTo): (WebCore::PathTraversalState::cubicBezierTo):
- platform/graphics/PathTraversalState.h: Added. (WebCore::PathTraversalState::):
- 8:08 AM Changeset in webkit [18492] by
-
- 5 edits in trunk/WebCore
Reviewed by Mitz.
Move the SVGZoomAndPanType enum out of SVGSVGElement and
SVGViewElement and into SVGZoomAndPan where it belongs.
- ksvg2/svg/SVGSVGElement.h:
- ksvg2/svg/SVGViewElement.h:
- ksvg2/svg/SVGZoomAndPan.cpp: (WebCore::SVGZoomAndPan::SVGZoomAndPan): (WebCore::SVGZoomAndPan::parseMappedAttribute):
- ksvg2/svg/SVGZoomAndPan.h: (WebCore::SVGZoomAndPan::):
- 6:25 AM Changeset in webkit [18491] by
-
- 4 edits4 adds in trunk
LayoutTests:
Reviewed by Hyatt. Tweaked by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=9659 Quirksmode: Fixed / Overflow > Positioned objects get hidden when scrolling
- fast/overflow/clip-rects-fixed-ancestor-expected.checksum: Added.
- fast/overflow/clip-rects-fixed-ancestor-expected.png: Added.
- fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
- fast/overflow/clip-rects-fixed-ancestor.html: Added.
WebCore:
Reviewed by Hyatt.
- fix http://bugs.webkit.org/show_bug.cgi?id=9659 Quirksmode: Fixed / Overflow > Positioned objects get hidden when scrolling
Added a 'fixed' flag to ClipRects, indicating that the cached rects are in
viewport coordinates. The flag is set (and scrolling is compensated for) for
fixed objects and their descendants.
- rendering/RenderLayer.cpp: (WebCore::RenderLayer::calculateClipRects): (WebCore::RenderLayer::calculateRects):
- rendering/RenderLayer.h: (WebCore::ClipRects::ClipRects): (WebCore::ClipRects::fixed):
- 6:00 AM Changeset in webkit [18490] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Sam.
- test for http://bugs.webkit.org/show_bug.cgi?id=12037 For relatively positioned boxes in an RTL block, 'right' should win over 'left' if both are not 'auto'
- fast/block/positioning/relative-overconstrained-expected.checksum: Added.
- fast/block/positioning/relative-overconstrained-expected.png: Added.
- fast/block/positioning/relative-overconstrained-expected.txt: Added.
- fast/block/positioning/relative-overconstrained.html: Added.
WebCore:
Reviewed by Sam.
- fix http://bugs.webkit.org/show_bug.cgi?id=12037 For relatively positioned boxes in an RTL block, 'right' should win over 'left' if both are not 'auto'
Test: fast/block/positioning/relative-overconstrained.html
- rendering/RenderBox.cpp: (WebCore::RenderBox::relativePositionOffsetX):
Dec 30, 2006:
- 3:02 PM Changeset in webkit [18489] by
-
- 15 edits2 deletes in trunk
Reviewed by Eric.
http://bugs.webkit.org/show_bug.cgi?id=12004
Webkit doesnt handle omitting M at the start of path syntax well
Improve path parsing error handling.
- 1:54 PM Changeset in webkit [18488] by
-
- 6 edits in trunk
Reviewed by Darin.
The marker is used for start, mid and end.
- 12:53 PM Changeset in webkit [18487] by
-
- 15 edits in trunk/WebCore
Reviewed by weinig.
http://bugs.webkit.org/show_bug.cgi?id=12035
Use SVGParserUtilities in lists of values
Use SVGParserUtilities in some more places.
- 8:09 AM Changeset in webkit [18486] by
-
- 5 edits4 adds in trunk
Reviewed by weinig.
http://bugs.webkit.org/show_bug.cgi?id=12034
Adapt preserveAspectRatio parsing to SVGParserUtilities
Use the new SVGParserUtilities methods to parse prserveAspectRatio attribute.
- 2:12 AM Changeset in webkit [18485] by
-
- 3 edits in trunk/WebCore
2006-12-30 Mitz Pettel <mitz@webkit.org>
Reviewed by Alexey.
- remove unused member variables m_loadingSheet and m_bAllDataReceived
No test possible (no change to functionality).
- dom/Document.cpp: (WebCore::Document::Document): (WebCore::Document::setCSSStyleSheet):
- dom/Document.h:
- 12:34 AM Changeset in webkit [18484] by
-
- 3 edits2 adds in trunk
Reviewed by Mitz.
http://bugs.webkit.org/show_bug.cgi?id=11998
Incorrect serialization of quotation marks in XML attributes.
Test: fast/dom/serialize-attribute.xhtml
- editing/markup.cpp: (WebCore::escapeTextForMarkup): Added an isAttributeValue parameter, as the quotation mark only needs to be encoded in attribute values. (WebCore::startMarkup): Pass appropriate isAttributeValue to escapeTextForMarkup().
Dec 29, 2006:
- 7:03 PM Changeset in webkit [18483] by
-
- 4 edits in trunk/JavaScriptCore
2006-12-29 David Kilzer <ddkilzer@webkit.org>
Reviewed by Geoff.
Update embedded pcre library from version 6.1 to 6.2. From the pcre ChangeLog:
- Added "b" to the 2nd argument of fopen() in dftables.c, for non-Unix-like operating environments where this matters.
- Named capturing subpatterns were not being correctly counted when a pattern was compiled. This caused two problems: (a) If there were more than 100 such subpatterns, the calculation of the memory needed for the whole compiled pattern went wrong, leading to an overflow error. (b) Numerical back references of the form \12, where the number was greater than 9, were not recognized as back references, even though there were sufficient previous subpatterns.
- pcre/dftables.c: Item 3. (main):
- pcre/pcre.h: Updated version.
- pcre/pcre_compile.c: Item 5. (read_repeat_counts): (pcre_compile2):
- 5:30 PM Changeset in webkit [18482] by
-
- 3 edits in trunk/WebCore
2006-12-29 David Kilzer <ddkilzer@webkit.org>
Build fix for no-svg build.
Change #if SVG_SUPPORT to #ifdef SVG_SUPPORT.
- bindings/js/kjs_css.cpp: (KJS::toJS):
- loader/CachedImage.cpp: (WebCore::CachedImage::createImage):
- 5:27 PM Changeset in webkit [22720] by
-
- 1 edit in branches/WindowsMerge/WebCore/bridge/win/FrameWin.cpp
build fix
- 5:24 PM Changeset in webkit [22719] by
-
- 3 edits in branches/WindowsMerge/WebCore
Build fix.
- bridge/win/FrameWin.cpp: (WebCore::FrameWin::bindingRootObject):
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::bindingInstance):
- 4:48 PM Changeset in webkit [18481] by
-
- 13 edits in trunk
Reviewed by Brian Dash... err... Mark Rowe.
More cleanup in preparation for fixing <rdar://problem/4608404>
WebScriptObject's _executionContext lack of ownership policy causes
crashes (e.g., in Dashcode)
The key change here is to RootObject::RootObject().
- JavaScriptCore.exp:
- bindings/c/c_utility.cpp: (KJS::Bindings::convertValueToNPVariant): Changed to use new constructor.
- bindings/jni/jni_jsobject.cpp: (JavaJSObject::createNative): Changed to use new constructor. Replaced large 'if' followed by default condition with "if !" and explicit default condition.
- bindings/objc/objc_runtime.mm: (convertValueToObjcObject): Changed to use new constructor.
- bindings/runtime_root.cpp: (KJS::Bindings::RootObject::destroy): "removeAllNativeReferences" => "destroy" because this function actually destroys the RootObject.
- bindings/runtime_root.h: Changed Interpreter* to RefPtr<Interpreter> to prevent a RootObject from holding a stale Interperter*.
(KJS::Bindings::RootObject::RootObject): Changed constructor to take an
Interpreter*, since it's pointless to create a RootObject without one.
Removed setRootObjectImp() and rootObjectImp() because they were just
a confusing way of setting and getting the Interpreter's global object.
(KJS::Bindings::RootObject::nativeHandle): "_nativeHandle" => "m_nativeHandle"
(KJS::Bindings::RootObject::interpreter): "_interpreter" => "m_interpreter"
WebCore:
Reviewed by Brian Dash... err... Mark Rowe.
More cleanup in preparation for fixing <rdar://problem/4608404>
WebScriptObject's _executionContext lack of ownership policy causes
crashes (e.g., in Dashcode)
The key change here is to RootObject::RootObject().
Layout tests pass.
Renamed "_bindingRoot" => "_bindingRootObject" because "RootObject" is the
type name.
- bindings/objc/WebScriptObject.mm: (_didExecute): Use Interpreter::globalObject(), since RootObject::rootObjectImp() no longer exists.
- page/mac/FrameMac.mm: (WebCore::FrameMac::bindingRootObject): Use the new RootObject constructor. Stop lying about who deletes _bindingRoot.
(WebCore::FrameMac::cleanupPluginObjects): => "destroy". Fixed a bug where
the RootObject would only free its own memory if there were a ReferencesSet*
associated with it.
- page/mac/WebCoreFrameBridge.mm: (-[WebCoreFrameBridge rootObjectForView:]): Use new constructor. Changed misleading comment.
- 2:14 PM Changeset in webkit [18480] by
-
- 12 edits4 adds in trunk
Reviewed by Eric.
http://bugs.webkit.org/show_bug.cgi?id=12007
SVGColor::setRGBColor color creates/deletes many strings, slowing down parsing
Refactor code so svg reuses cssparser methods. Also make
SVGColor and SVGPaint more efficient by avoiding using
setRGBColor internally.
- 12:59 PM Changeset in webkit [18479] by
-
- 2 edits in trunk/WebCore
Reviewed by weinig.
http://bugs.webkit.org/show_bug.cgi?id=12022
typo in SVGTransformable.cpp introduce in r18440
Use the helper method proposed by Eric.
- 12:47 PM Changeset in webkit [18478] by
-
- 3 edits4 adds8 deletes in trunk
Reviewed by Eric.
http://bugs.webkit.org/show_bug.cgi?id=12028
Adapt viewBox parsing to SVGParserUtilities
Use the new parseNumber and add tests for viewBox parsing.
- 12:00 PM Changeset in webkit [18477] by
-
- 2 edits in trunk/WebCore
Build fix: SVGImage only works on Mac.
- loader/CachedImage.cpp: (WebCore::CachedImage::createImage):
- 11:28 AM Changeset in webkit [18476] by
-
- 17 edits in trunk/WebCore
Reviewed by Geoff.
Patch for http://bugs.webkit.org/show_bug.cgi?id=12018
Cleanup of CSSRule and its subclasses
- Make CSSRule::type() virtual instead of using a member variable.
- General style cleanup.
- WebCore.xcodeproj/project.pbxproj:
- css/CSSCharsetRule.cpp: (WebCore::CSSCharsetRule::CSSCharsetRule):
- css/CSSCharsetRule.h: (WebCore::CSSCharsetRule::isCharsetRule): (WebCore::CSSCharsetRule::type):
- css/CSSFontFaceRule.cpp: (WebCore::CSSFontFaceRule::CSSFontFaceRule): (WebCore::CSSFontFaceRule::cssText):
- css/CSSFontFaceRule.h: (WebCore::CSSFontFaceRule::isFontFaceRule): (WebCore::CSSFontFaceRule::type):
- css/CSSImportRule.cpp: (WebCore::CSSImportRule::CSSImportRule): (WebCore::CSSImportRule::setCSSStyleSheet): (WebCore::CSSImportRule::insertedIntoParent):
- css/CSSImportRule.h: (WebCore::CSSImportRule::isImportRule): (WebCore::CSSImportRule::type):
- css/CSSMediaRule.cpp: (WebCore::CSSMediaRule::CSSMediaRule): (WebCore::CSSMediaRule::insertRule): (WebCore::CSSMediaRule::deleteRule): (WebCore::CSSMediaRule::cssText):
- css/CSSMediaRule.h: (WebCore::CSSMediaRule::isMediaRule): (WebCore::CSSMediaRule::type):
- css/CSSPageRule.cpp: (WebCore::CSSPageRule::CSSPageRule): (WebCore::CSSPageRule::selectorText): (WebCore::CSSPageRule::setSelectorText): (WebCore::CSSPageRule::cssText):
- css/CSSPageRule.h: (WebCore::CSSPageRule::style): (WebCore::CSSPageRule::type):
- css/CSSRule.cpp: (WebCore::CSSRule::cssText): (WebCore::CSSRule::setCssText):
- css/CSSRule.h: (WebCore::CSSRule::): (WebCore::CSSRule::CSSRule):
- css/CSSStyleRule.cpp: (WebCore::CSSStyleRule::CSSStyleRule): (WebCore::CSSStyleRule::setSelectorText): (WebCore::CSSStyleRule::cssText): (WebCore::CSSStyleRule::parseString):
- css/CSSStyleRule.h: (WebCore::CSSStyleRule::isStyleRule): (WebCore::CSSStyleRule::style): (WebCore::CSSStyleRule::type):
- css/CSSUnknownRule.h: (WebCore::CSSUnknownRule::CSSUnknownRule): (WebCore::CSSUnknownRule::type):
- 9:45 AM Changeset in webkit [18475] by
-
- 2 edits in trunk/WebCore
2006-12-29 Eric Seidel <eric@eseidel.com>
Reviewed by ap.
- platform/graphics/svg/SVGImage.cpp: (WebCore::SVGImage::size): explicitly cast to integers to prevent compile error
- 6:47 AM Changeset in webkit [18474] by
-
- 5 edits in trunk
Make the Qt port not crash on many sites such as www.apple.com: painter was closed too
early, and I think also there is a Qt bug that it complains about a painter being
around on a destroyed object that's really just a QShared reference going away. Worked
around.
- 3:17 AM Changeset in webkit [18473] by
-
- 2 edits in trunk/WebCore
Build fixed, not reviewed. Noticed by Daniel Molkentin.
- platform/graphics/svg/SVGImage.h: s/WTF/wtf/ in include.
- 1:17 AM Changeset in webkit [18472] by
-
- 2 edits in trunk/WebCore
2006-12-29 Eric Seidel <eric@webkit.org>
Reviewed by olliej.
- platform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyCromeClient::scaleFactor): build fix, use 1.f instead of 1f
- 12:36 AM Changeset in webkit [18471] by
-
- 3 edits9 adds in trunk/LayoutTests
2006-12-29 Eric Seidel <eric@eseidel.com>
Reviewed by olliej.
Add updated SVGImage results, forgotten in last commit.
- fast/images/svg-as-background-expected.checksum: Added.
- fast/images/svg-as-background-expected.png: Added.
- fast/images/svg-as-background-expected.txt: Added.
- fast/images/svg-as-image-expected.checksum: Added.
- fast/images/svg-as-image-expected.png: Added.
- fast/images/svg-as-image-expected.txt: Added.
- fast/images/svg-as-tiled-background-expected.checksum: Added.
- fast/images/svg-as-tiled-background-expected.png: Added.
- fast/images/svg-as-tiled-background-expected.txt: Added.
- svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
- 12:27 AM Changeset in webkit [18470] by
-
- 10 edits9 adds in trunk
2006-12-29 Eric Seidel <eric@webkit.org>
Reviewed by hyatt.
New tests:
- fast/images/svg-as-image.html
- fast/images/svg-as-background.html
- fast/images/svg-as-tiled-background.html
Implement basic SVGImage support.
http://bugs.webkit.org/show_bug.cgi?id=5971
This implementation depends on (rather ugly) stub Page and Frame clients in SVGImageEmptyClients.h
- WebCore.xcodeproj/project.pbxproj: add SVGImage.*
- ksvg2/svg/SVGFEImageElement.cpp: (WebCore::SVGFEImageElement::parseMappedAttribute): ignore fragment urls
- loader/CachedImage.cpp: (WebCore::CachedImage::createImage):
- platform/graphics/Image.h: made setData virtual
- platform/graphics/cg/PDFDocumentImage.cpp: (WebCore::PDFDocumentImage::drawTiled): stub method
- platform/graphics/cg/PDFDocumentImage.h:
- platform/graphics/svg/SVGImage.cpp: Added. (WebCore::SVGImage::SVGImage): (WebCore::SVGImage::~SVGImage): (WebCore::SVGImage::size): (WebCore::SVGImage::draw): (WebCore::SVGImage::drawTiled): stub method (WebCore::SVGImage::setData):
- platform/graphics/svg/SVGImage.h: Added. (WebCore::SVGImage::frameAtIndex):
- platform/graphics/svg/SVGImageEmptyClients.h: Added. (WebCore::SVGEmptyCromeClient::~SVGEmptyCromeClient): (WebCore::SVGEmptyCromeClient::chromeDestroyed): (WebCore::SVGEmptyCromeClient::setWindowRect): (WebCore::SVGEmptyCromeClient::windowRect): (WebCore::SVGEmptyCromeClient::pageRect): (WebCore::SVGEmptyCromeClient::scaleFactor): (WebCore::SVGEmptyCromeClient::focus): (WebCore::SVGEmptyCromeClient::unfocus): (WebCore::SVGEmptyCromeClient::createWindow): (WebCore::SVGEmptyCromeClient::createModalDialog): (WebCore::SVGEmptyCromeClient::show): (WebCore::SVGEmptyCromeClient::canRunModal): (WebCore::SVGEmptyCromeClient::runModal): (WebCore::SVGEmptyCromeClient::setToolbarsVisible): (WebCore::SVGEmptyCromeClient::toolbarsVisible): (WebCore::SVGEmptyCromeClient::setStatusbarVisible): (WebCore::SVGEmptyCromeClient::statusbarVisible): (WebCore::SVGEmptyCromeClient::setScrollbarsVisible): (WebCore::SVGEmptyCromeClient::scrollbarsVisible): (WebCore::SVGEmptyCromeClient::setMenubarVisible): (WebCore::SVGEmptyCromeClient::menubarVisible): (WebCore::SVGEmptyCromeClient::setResizable): (WebCore::SVGEmptyCromeClient::addMessageToConsole): (WebCore::SVGEmptyCromeClient::canRunBeforeUnloadConfirmPanel): (WebCore::SVGEmptyCromeClient::runBeforeUnloadConfirmPanel): (WebCore::SVGEmptyCromeClient::closeWindowSoon): (WebCore::SVGEmptyFrameLoaderClient::~SVGEmptyFrameLoaderClient): (WebCore::SVGEmptyFrameLoaderClient::frameLoaderDestroyed): (WebCore::SVGEmptyFrameLoaderClient::hasWebView): (WebCore::SVGEmptyFrameLoaderClient::hasFrameView): (WebCore::SVGEmptyFrameLoaderClient::hasBackForwardList): (WebCore::SVGEmptyFrameLoaderClient::resetBackForwardList): (WebCore::SVGEmptyFrameLoaderClient::provisionalItemIsTarget): (WebCore::SVGEmptyFrameLoaderClient::loadProvisionalItemFromPageCache): (WebCore::SVGEmptyFrameLoaderClient::invalidateCurrentItemPageCache): (WebCore::SVGEmptyFrameLoaderClient::privateBrowsingEnabled): (WebCore::SVGEmptyFrameLoaderClient::makeDocumentView): (WebCore::SVGEmptyFrameLoaderClient::makeRepresentation): (WebCore::SVGEmptyFrameLoaderClient::setDocumentViewFromPageCache): (WebCore::SVGEmptyFrameLoaderClient::forceLayout): (WebCore::SVGEmptyFrameLoaderClient::forceLayoutForNonHTML): (WebCore::SVGEmptyFrameLoaderClient::updateHistoryForCommit): (WebCore::SVGEmptyFrameLoaderClient::updateHistoryForBackForwardNavigation): (WebCore::SVGEmptyFrameLoaderClient::updateHistoryForReload): (WebCore::SVGEmptyFrameLoaderClient::updateHistoryForStandardLoad): (WebCore::SVGEmptyFrameLoaderClient::updateHistoryForInternalLoad): (WebCore::SVGEmptyFrameLoaderClient::updateHistoryAfterClientRedirect): (WebCore::SVGEmptyFrameLoaderClient::setCopiesOnScroll): (WebCore::SVGEmptyFrameLoaderClient::tokenForLoadErrorReset): (WebCore::SVGEmptyFrameLoaderClient::resetAfterLoadError): (WebCore::SVGEmptyFrameLoaderClient::doNotResetAfterLoadError): (WebCore::SVGEmptyFrameLoaderClient::detachedFromParent1): (WebCore::SVGEmptyFrameLoaderClient::detachedFromParent2): (WebCore::SVGEmptyFrameLoaderClient::detachedFromParent3): (WebCore::SVGEmptyFrameLoaderClient::detachedFromParent4): (WebCore::SVGEmptyFrameLoaderClient::loadedFromPageCache): (WebCore::SVGEmptyFrameLoaderClient::download): (WebCore::SVGEmptyFrameLoaderClient::dispatchIdentifierForInitialRequest): (WebCore::SVGEmptyFrameLoaderClient::dispatchWillSendRequest): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidReceiveAuthenticationChallenge): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidCancelAuthenticationChallenge): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidReceiveResponse): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidReceiveContentLength): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidFinishLoading): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidFailLoading): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidLoadResourceFromMemoryCache): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidHandleOnloadEvents): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidReceiveServerRedirectForProvisionalLoad): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidCancelClientRedirect): (WebCore::SVGEmptyFrameLoaderClient::dispatchWillPerformClientRedirect): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidChangeLocationWithinPage): (WebCore::SVGEmptyFrameLoaderClient::dispatchWillClose): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidReceiveIcon): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidStartProvisionalLoad): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidReceiveTitle): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidCommitLoad): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidFailProvisionalLoad): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidFailLoad): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidFinishLoad): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidFirstLayout): (WebCore::SVGEmptyFrameLoaderClient::dispatchCreatePage): (WebCore::SVGEmptyFrameLoaderClient::dispatchShow): (WebCore::SVGEmptyFrameLoaderClient::dispatchDecidePolicyForMIMEType): (WebCore::SVGEmptyFrameLoaderClient::dispatchDecidePolicyForNewWindowAction): (WebCore::SVGEmptyFrameLoaderClient::dispatchDecidePolicyForNavigationAction): (WebCore::SVGEmptyFrameLoaderClient::cancelPolicyCheck): (WebCore::SVGEmptyFrameLoaderClient::dispatchUnableToImplementPolicy): (WebCore::SVGEmptyFrameLoaderClient::dispatchWillSubmitForm): (WebCore::SVGEmptyFrameLoaderClient::dispatchDidLoadMainResource): (WebCore::SVGEmptyFrameLoaderClient::clearLoadingFromPageCache): (WebCore::SVGEmptyFrameLoaderClient::isLoadingFromPageCache): (WebCore::SVGEmptyFrameLoaderClient::revertToProvisionalState): (WebCore::SVGEmptyFrameLoaderClient::setMainDocumentError): (WebCore::SVGEmptyFrameLoaderClient::clearUnarchivingState): (WebCore::SVGEmptyFrameLoaderClient::progressStarted): (WebCore::SVGEmptyFrameLoaderClient::progressCompleted): (WebCore::SVGEmptyFrameLoaderClient::incrementProgress): (WebCore::SVGEmptyFrameLoaderClient::completeProgress): (WebCore::SVGEmptyFrameLoaderClient::setMainFrameDocumentReady): (WebCore::SVGEmptyFrameLoaderClient::startDownload): (WebCore::SVGEmptyFrameLoaderClient::willChangeTitle): (WebCore::SVGEmptyFrameLoaderClient::didChangeTitle): (WebCore::SVGEmptyFrameLoaderClient::committedLoad): (WebCore::SVGEmptyFrameLoaderClient::finishedLoading): (WebCore::SVGEmptyFrameLoaderClient::finalSetupForReplace): (WebCore::SVGEmptyFrameLoaderClient::cancelledError): (WebCore::SVGEmptyFrameLoaderClient::cannotShowURLError): (WebCore::SVGEmptyFrameLoaderClient::interruptForPolicyChangeError): (WebCore::SVGEmptyFrameLoaderClient::cannotShowMIMETypeError): (WebCore::SVGEmptyFrameLoaderClient::fileDoesNotExistError): (WebCore::SVGEmptyFrameLoaderClient::shouldFallBack): (WebCore::SVGEmptyFrameLoaderClient::setDefersLoading): (WebCore::SVGEmptyFrameLoaderClient::willUseArchive): (WebCore::SVGEmptyFrameLoaderClient::isArchiveLoadPending): (WebCore::SVGEmptyFrameLoaderClient::cancelPendingArchiveLoad): (WebCore::SVGEmptyFrameLoaderClient::clearArchivedResources): (WebCore::SVGEmptyFrameLoaderClient::canHandleRequest): (WebCore::SVGEmptyFrameLoaderClient::canShowMIMEType): (WebCore::SVGEmptyFrameLoaderClient::representationExistsForURLScheme): (WebCore::SVGEmptyFrameLoaderClient::generatedMIMETypeForURLScheme): (WebCore::SVGEmptyFrameLoaderClient::frameLoadCompleted): (WebCore::SVGEmptyFrameLoaderClient::restoreScrollPositionAndViewState): (WebCore::SVGEmptyFrameLoaderClient::provisionalLoadStarted): (WebCore::SVGEmptyFrameLoaderClient::shouldTreatURLAsSameAsCurrent): (WebCore::SVGEmptyFrameLoaderClient::addHistoryItemForFragmentScroll): (WebCore::SVGEmptyFrameLoaderClient::didFinishLoad): (WebCore::SVGEmptyFrameLoaderClient::prepareForDataSourceReplacement): (WebCore::SVGEmptyFrameLoaderClient::createDocumentLoader): (WebCore::SVGEmptyFrameLoaderClient::setTitle): (WebCore::SVGEmptyFrameLoaderClient::userAgent): (WebCore::SVGEmptyEditorClient::~SVGEmptyEditorClient): (WebCore::SVGEmptyEditorClient::pageDestroyed): (WebCore::SVGEmptyEditorClient::shouldDeleteRange): (WebCore::SVGEmptyEditorClient::shouldShowDeleteInterface): (WebCore::SVGEmptyEditorClient::smartInsertDeleteEnabled): (WebCore::SVGEmptyEditorClient::isContinuousSpellCheckingEnabled): (WebCore::SVGEmptyEditorClient::toggleContinuousSpellChecking): (WebCore::SVGEmptyEditorClient::isGrammarCheckingEnabled): (WebCore::SVGEmptyEditorClient::toggleGrammarChecking): (WebCore::SVGEmptyEditorClient::spellCheckerDocumentTag): (WebCore::SVGEmptyEditorClient::selectWordBeforeMenuEvent): (WebCore::SVGEmptyEditorClient::isEditable): (WebCore::SVGEmptyEditorClient::shouldBeginEditing): (WebCore::SVGEmptyEditorClient::shouldEndEditing): (WebCore::SVGEmptyEditorClient::shouldInsertNode): (WebCore::SVGEmptyEditorClient::shouldInsertText): (WebCore::SVGEmptyEditorClient::shouldApplyStyle): (WebCore::SVGEmptyEditorClient::didBeginEditing): (WebCore::SVGEmptyEditorClient::respondToChangedContents): (WebCore::SVGEmptyEditorClient::didEndEditing): (WebCore::SVGEmptyEditorClient::registerCommandForUndo): (WebCore::SVGEmptyEditorClient::registerCommandForRedo): (WebCore::SVGEmptyEditorClient::clearUndoRedoOperations): (WebCore::SVGEmptyEditorClient::canUndo): (WebCore::SVGEmptyEditorClient::canRedo): (WebCore::SVGEmptyEditorClient::undo): (WebCore::SVGEmptyEditorClient::redo): (WebCore::SVGEmptyEditorClient::dataForArchivedSelection): (WebCore::SVGEmptyEditorClient::userVisibleString): (WebCore::SVGEmptyContextMenuClient::~SVGEmptyContextMenuClient): (WebCore::SVGEmptyContextMenuClient::contextMenuDestroyed): (WebCore::SVGEmptyContextMenuClient::addCustomContextMenuItems): (WebCore::SVGEmptyContextMenuClient::contextMenuItemSelected): (WebCore::SVGEmptyContextMenuClient::downloadURL): (WebCore::SVGEmptyContextMenuClient::copyImageToClipboard): (WebCore::SVGEmptyContextMenuClient::lookUpInDictionary): (WebCore::SVGEmptyContextMenuClient::speak): (WebCore::SVGEmptyContextMenuClient::stopSpeaking): (WebCore::SVGEmptyContextMenuClient::searchWithSpotlight):
- 12:27 AM Changeset in webkit [18469] by
-
- 2 edits in trunk/WebKitTools
2006-12-29 Eric Seidel <eric@eseidel.com>
Reviewed by olliej.
Stop DumpRenderTree from reporting false Frame/Node leaks due to new SVGImage
- DumpRenderTree/DumpRenderTree.m: (dumpRenderTree): clear WebCore cache before exiting
- 12:15 AM Changeset in webkit [18468] by
-
- 3 edits1 delete in trunk
LayoutTests:
Reviewed by NOBODY (build fix).
Reverted last commit until WebResourceData issue is fixed.
http://bugs.webkit.org/show_bug.cgi?id=11882
Need a way to regression test .webarchive output files
- webarchive/resources/apple.gif: Removed.
- webarchive/resources/dump-webarchive.js: Removed.
- webarchive/resources/test-frame.html: Removed.
- webarchive/resources/test-style.css: Removed.
- webarchive/test-body-background-expected.txt: Removed.
- webarchive/test-body-background.html: Removed.
- webarchive/test-duplicate-resources-expected.txt: Removed.
- webarchive/test-duplicate-resources.html: Removed.
- webarchive/test-frameset-expected.txt: Removed.
- webarchive/test-frameset.html: Removed.
- webarchive/test-img-src-expected.txt: Removed.
- webarchive/test-img-src.html: Removed.
- webarchive/test-input-src-expected.txt: Removed.
- webarchive/test-input-src.html: Removed.
- webarchive/test-link-href-expected.txt: Removed.
- webarchive/test-link-href.html: Removed.
- webarchive/test-object-data-expected.txt: Removed.
- webarchive/test-object-data.html: Removed.
- webarchive/test-script-src-expected.txt: Removed.
- webarchive/test-script-src.html: Removed.
- webarchive/test-table-background-expected.txt: Removed.
- webarchive/test-table-background.html: Removed.
- webarchive/test-td-background-expected.txt: Removed.
- webarchive/test-td-background.html: Removed.
WebKitTools:
Reviewed by NOBODY (build fix).
Reverted last commit until WebResourceData issue is fixed.
http://bugs.webkit.org/show_bug.cgi?id=11882
Need a way to regression test .webarchive output files
- DumpRenderTree/DumpRenderTree.m: (serializeWebArchiveToXML): Removed. (dump): (+[LayoutTestController isSelectorExcludedFromWebScript:]): (-[LayoutTestController dumpAsWebArchive]): Removed. (runTest):
Dec 28, 2006:
- 9:50 PM Changeset in webkit [18467] by
-
- 2 edits in trunk/WebCore
Make redirects work.
- 8:38 PM Changeset in webkit [18466] by
-
- 3 edits1 copy25 adds in trunk
LayoutTests:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11882
Need a way to regression test .webarchive output files
Created webarchive tests that exercise various features of the WebArchive format.
- webarchive/resources/apple.gif: Copied from fast/canvas/resources/apple.gif.
- webarchive/resources/dump-webarchive.js: Added.
- webarchive/resources/test-frame.html: Added.
- webarchive/resources/test-style.css: Added.
- webarchive/test-body-background-expected.txt: Added.
- webarchive/test-body-background.html: Added.
- webarchive/test-duplicate-resources-expected.txt: Added.
- webarchive/test-duplicate-resources.html: Added.
- webarchive/test-frameset-expected.txt: Added.
- webarchive/test-frameset.html: Added.
- webarchive/test-img-src-expected.txt: Added.
- webarchive/test-img-src.html: Added.
- webarchive/test-input-src-expected.txt: Added.
- webarchive/test-input-src.html: Added.
- webarchive/test-link-href-expected.txt: Added.
- webarchive/test-link-href.html: Added.
- webarchive/test-object-data-expected.txt: Added.
- webarchive/test-object-data.html: Added.
- webarchive/test-script-src-expected.txt: Added.
- webarchive/test-script-src.html: Added.
- webarchive/test-table-background-expected.txt: Added.
- webarchive/test-table-background.html: Added.
- webarchive/test-td-background-expected.txt: Added.
- webarchive/test-td-background.html: Added.
WebKitTools:
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11882
Need a way to regression test .webarchive output files
Implement layoutTestController.dumpAsWebArchive() to test WebArchive format.
Saves WebArchive plist in xml format, then alters file:// URLs to remove path
where WebKit was checked out.
- DumpRenderTree/DumpRenderTree.m: (serializeWebArchiveToXML): Added. (dump): (+[LayoutTestController isSelectorExcludedFromWebScript:]): (-[LayoutTestController dumpAsWebArchive]): Added. (runTest):
- 7:36 PM Changeset in webkit [18465] by
-
- 6 edits in trunk
Fix the Qt build. Reviewed by Olliej.
- 7:09 PM Changeset in webkit [18464] by
-
- 4 edits in trunk/JavaScriptCore
Reviewed by Oliver Hunt.
More cleanup. Layout tests pass.
Use a helper function to initialize and access WebUndefined and WebScriptObject.
- bindings/objc/objc_runtime.h:
- bindings/objc/objc_runtime.mm: (KJS::Bindings::webScriptObjectClass): (KJS::Bindings::webUndefinedClass): (convertValueToObjcObject):
- bindings/objc/objc_utility.mm: (KJS::Bindings::convertValueToObjcValue): (KJS::Bindings::convertObjcValueToValue):
- 5:57 PM Changeset in webkit [18463] by
-
- 13 edits in trunk/WebCore
2006-12-28 Daniel Molkentin <molkentin@kde.org>
Reviewed by Eric Seidel <eric@webkit.org>
- Fix font sizes
- Make Qt plattform build again:
- Adjust Qt platform to the Image class split.
- Introduce BitmapImage class
- add stub PDFDocumentImage class
- WebCore.pro:
- editing/qt/EditorQt.cpp: (WebCore::Editor::markMisspellingsAfterTypingToPosition):
- loader/qt/FrameLoaderQt.cpp: (WebCore::FrameLoader::partClearedInBegin):
- platform/graphics/qt/ImageQt.cpp: (WebCore::BitmapImage::initPlatformData): (WebCore::BitmapImage::invalidatePlatformData): (WebCore::Image::loadPlatformResource): (WebCore::BitmapImage::draw): (WebCore::BitmapImage::drawTiled): (WebCore::BitmapImage::checkForSolidColor):
- platform/graphics/svg/SVGPaintServerLinearGradient.h:
- platform/graphics/svg/SVGPaintServerRadialGradient.h:
- platform/graphics/svg/qt/SVGPaintServerLinearGradientQt.cpp: (WebCore::SVGPaintServerLinearGradient::setup):
- platform/graphics/svg/qt/SVGPaintServerPatternQt.cpp: (WebCore::SVGPaintServerPattern::setup):
- platform/graphics/svg/qt/SVGPaintServerQt.cpp: (WebCore::SVGPaintServer::teardown):
- platform/graphics/svg/qt/SVGPaintServerRadialGradientQt.cpp: (WebCore::SVGPaintServerRadialGradient::setup):
- platform/graphics/svg/qt/SVGPaintServerSolidQt.cpp: (WebCore::SVGPaintServerSolid::setup):
- platform/qt/FrameQt.cpp: (WebCore::FrameQt::FrameQt): (WebCore::FrameQt::bindingRootObject):
- 5:48 PM Changeset in webkit [18462] by
-
- 1 edit2 moves in trunk/LayoutTests
Reviewed by Eric Seidel.
Disable MS-font dependent tests until http://bugs.webkit.org/show_bug.cgi?id=11662 is fixed.
- svg/W3C-SVG-1.1/text-align-08-b.svg: Removed.
- svg/custom/js-font-test.svg: Removed.
- 5:44 PM Changeset in webkit [18461] by
-
- 35 edits in trunk
Reviewed by Brady Eidson.
Some cleanup in preparation for fixing <rdar://problem/4608404>
WebScriptObject's _executionContext lack of ownership policy causes
crashes (e.g., in Dashcode)
I'm just trying to make heads or tails of this baffling code.
Renamed "root" | "execContext" | "executionContext" => "rootObject", because
that's the object's (admittedly vague) type name.
- bindings/runtime.cpp: Removed createLanguageInstanceForValue because I'll give you a dollar if you can explain to me what it actually did.
- bindings/runtime_root.cpp: Put everything in the KJS::Bindings namespace, removing the KJS::Bindings prefix from individual functions and datatypes. This matches the header and eliminates a lot of syntax cruft.
- bindings/c/c_utility.cpp: (KJS::Bindings::convertValueToNPVariant): Replaced use of createLanguageInstanceForValue with call to _NPN_CreateScriptObject because that's what createLanguageInstanceForValue actually did (but don't ask me for that dollar now; that's cheating.)
- bindings/objc/objc_utility.h:
- bindings/objc/objc_utility.mm: (KJS::Bindings::convertValueToObjcValue): Removed. Its only purpose was to call a single function for WebKit, which WebKit can do on its own.
- kjs/interpreter.h: Removed rtti() because it was unused, and this class is scheduled for demolition anyway.
- kjs/interpreter.cpp: Removed createLanguageInstanceForValue because it had nothing to do with the Interpreter, and nothing makes Chuck Norris more mad than a function whose sole purpose is to call another function of the same name. (Really, I asked him.)
WebCore:
Reviewed by Brady Eidson.
Some cleanup in preparation for fixing <rdar://problem/4608404>
WebScriptObject's _executionContext lack of ownership policy causes
crashes (e.g., in Dashcode)
Layout tests pass.
Renamed "root" | "execContext" | "executionContext" => rootObject, because
that's the object's (admittedly vague) type name.
- bindings/js/kjs_binding.cpp:
- bindings/js/kjs_binding.h: Removed createLanguageInstanceForValue and createObjcInstanceForValue because their only purpose was to confuse you.
- bindings/objc/DOMInternal.h: Moved declaration of createDOMWrapper here. createDOMWrapper is the new name for createObjcInstanceForValue.
- bindings/objc/DOMInternal.mm: Renamed Interpreter::createObjcInstanceForValue to createDOMWrapper because creating DOM wrappers has nothing to do with the interpreter, and everything to do with the DOM. Renamed value to object because it is one. Removed newObj nil check that is unnecessary in ObjC.
- bindings/objc/WebScriptObject.mm: Replaced call to createLanguageInstanceForValue with explicit code to do the same thing it would have done: (1) try to create a DOM wrapper; (2) if the object is not a wrappable DOM object, create a vanilla WebScriptObject for it instead.
- 3:33 PM Changeset in webkit [18460] by
-
- 3 edits in trunk/WebCore
2006-12-28 Mitz Pettel <mitz@webkit.org>
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=11729 REGRESSION: Crash closing page with frames after selection
- loader/FrameLoader.cpp: (WebCore::FrameLoader::detachFromParent): Added call to pageDestroyed().
- page/FrameTree.cpp: (WebCore::FrameTree::appendChild): Added an assertion that the parent and the child are in the same page. (WebCore::FrameTree::removeChild): Added calls to decrementFrameCount() and pageDestroyed().
- 2:53 PM Changeset in webkit [18459] by
-
- 3 edits in trunk/WebCore
2006-12-28 David Kilzer <ddkilzer@webkit.org>
Reviewed by Mitz.
- fix http://bugs.webkit.org/show_bug.cgi?id=12016 REGRESSION: fast/text/stroking-decorations.html test fails with bus error in no-svg build
No test cases (no change in functionality).
- platform/TextStream.cpp: Properly initialize presicionFormats.
- rendering/RenderTreeAsText.cpp: (WebCore::externalRepresentation): HTML tests now print out the stroke width, which is a float, so the precision needs to be set.
- 1:39 PM Changeset in webkit [18458] by
-
- 2 edits in trunk/WebCore
2006-12-28 Eric Seidel <eric@webkit.org>
Reviewed by rwlbuis.
Fix for memory smasher when drawing markers.
http://bugs.webkit.org/show_bug.cgi?id=12015
No test case possible (crashes for some folks but not others, not even under --guard)
- platform/graphics/cg/PathCG.cpp: (WebCore::CGPathApplierToPathApplier): array was too small
- 11:53 AM Changeset in webkit [18457] by
-
- 4 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=11124 REGRESSION (r14297): No drag image for partially-selected complex text
- fast/text/atsui-partial-selection-expected.checksum: Added.
- fast/text/atsui-partial-selection-expected.png: Added.
- fast/text/atsui-partial-selection-expected.txt: Added.
- fast/text/atsui-partial-selection.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=11124 REGRESSION (r14297): No drag image for partially-selected complex text
Test: fast/text/atsui-partial-selection.html
- platform/Font.h: Changed comment.
- platform/mac/FontMac.mm: (WebCore::Font::drawComplexText): Corrected the run length calculation. Changed the ATSUI layout parameters to know about the entire text run, rather than just the range we are drawing. ATSUI measures the characters before the range and positions the range accordingly.
- 11:28 AM Changeset in webkit [18456] by
-
- 16 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
Based on a test by Joost de Valk.
- test and updated results for http://bugs.webkit.org/show_bug.cgi?id=9202 CSS3: border-radius not completely implemented, testcase hangs webkit
- fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Added.
- fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
- fast/borders/borderRadiusAllStylesAllCorners-expected.txt: Added.
- fast/borders/borderRadiusAllStylesAllCorners.html: Added.
- fast/borders/borderRadiusArcs01-expected.checksum:
- fast/borders/borderRadiusArcs01-expected.png:
- fast/borders/borderRadiusGroove01-expected.checksum:
- fast/borders/borderRadiusGroove01-expected.png:
- fast/borders/borderRadiusGroove02-expected.checksum:
- fast/borders/borderRadiusGroove02-expected.png:
- fast/borders/borderRadiusInset01-expected.checksum:
- fast/borders/borderRadiusInset01-expected.png:
- fast/borders/borderRadiusInvalidColor-expected.checksum:
- fast/borders/borderRadiusOutset01-expected.checksum:
- fast/borders/borderRadiusOutset01-expected.png:
- fast/borders/borderRadiusRidge01-expected.checksum:
- fast/borders/borderRadiusRidge01-expected.png:
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=9202 CSS3: border-radius not completely implemented, testcase hangs webkit
Test: fast/borders/borderRadiusAllStylesAllCorners.html
- rendering/RenderObject.cpp: (WebCore::RenderObject::paintBorder): Changed to not draw "arcs" at straight corners and to paint half-corners only where the styles mismatch. Corrected the condition for matching styles: ridge, groove, inset and outset all mismatch in the upper right and lower left corners and match in the other two. The incorrect condition for a match was (almost) unnoticeable because of the painting of both half-corners on each side that had at least one mismatch.
- 11:15 AM Changeset in webkit [18455] by
-
- 4 edits4 deletes in trunk
Reverting the previous checkin, as it caused an assertion in layout tests.
- 10:29 AM Changeset in webkit [18454] by
-
- 4 edits4 adds in trunk
2006-12-28 Mitz Pettel <mitz@webkit.org>
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=11359 Incomplete repaint of table cell's collapsed border when changing only the cell
Test: fast/repaint/table-cell-collapsed-border.html
- rendering/RenderTableCell.cpp: (WebCore::RenderTableCell::getAbsoluteRepaintRect): Overloaded to add the outer half of any collapsed borders. This function checks the cell's borders' widths but also the widths of the adjoining cells' borders, since they can contribute to the length of this cell's borders perpendicular to them, making such a border overflow the cell in both dimensions. (WebCore::RenderTableCell::borderLeft): Split the collapsing borders case off to borderHalfLeft(). (WebCore::RenderTableCell::borderRight): Ditto. (WebCore::RenderTableCell::borderTop): Ditto. (WebCore::RenderTableCell::borderBottom): Ditto. (WebCore::RenderTableCell::borderHalfLeft): Added. Takes an 'outer' boolean parameter. When true, this function returns the width of the part of the border that is outside the cell (different from the inner width when the total width is odd). (WebCore::RenderTableCell::borderHalfRight): Ditto. (WebCore::RenderTableCell::borderHalfTop): Ditto. (WebCore::RenderTableCell::borderHalfBottom): Ditto.
- rendering/RenderTableCell.h:
- 10:17 AM Changeset in webkit [18453] by
-
- 3 edits4 adds in trunk
2006-12-28 Mitz Pettel <mitz@webkit.org>
Reviewed by Alexey.
- fix http://bugs.webkit.org/show_bug.cgi?id=11671 REGRESSION (r13702): text-transform: capitalize changes non-breaking spaces to spaces
Test: fast/text/capitalize-preserve-nbsp.html
- platform/StringImpl.cpp: (WebCore::StringImpl::capitalize): Copy back non-breaking spaces from the original string to the capitalized string. Change a 'previous' non-breaking space into a space (this improves the fix for <rdar://problem/4502311> from r13702).
- 8:09 AM Changeset in webkit [18452] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=10699 div with border-radius does not redraw properly if element inside div is resized
- fast/repaint/border-radius-repaint-expected.checksum: Added.
- fast/repaint/border-radius-repaint-expected.png: Added.
- fast/repaint/border-radius-repaint-expected.txt: Added.
- fast/repaint/border-radius-repaint.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=10699 div with border-radius does not redraw properly if element inside div is resized
Test: fast/repaint/border-radius-repaint.html
- rendering/RenderObject.cpp: (WebCore::RenderObject::repaintAfterLayoutIfNeeded):
- 1:13 AM Changeset in webkit [18451] by
-
- 2 edits in trunk/WebCore
- loader/CachedImage.cpp: (WebCore::CachedImage::createImage): Fixed an #ifdef PLATFORM(CG) that should be #if PLATFORM(CG). Might have broken the build on some platforms.
- 12:51 AM Changeset in webkit [18450] by
-
- 2 edits in trunk/LayoutTests
Reviewed by Mitz.
http://bugs.webkit.org/show_bug.cgi?id=12011
svg/custom/dynamic-svg-document-creation.svg is failing
Correct the transform syntax errors (since the new transform
parser is more strict).
Dec 27, 2006:
- 7:54 PM Changeset in webkit [18449] by
-
- 2 edits in trunk/WebCore
Build fix, plus a few "double &" => "double&" changes.
- ksvg2/svg/SVGParserUtilities.cpp: (WebCore::parseNumber): (WebCore::SVGPathParser::calculateArc):
- 7:22 PM Changeset in webkit [18448] by
-
- 1 edit4 moves in trunk/LayoutTests
2006-12-27 Eric Seidel <eric@eseidel.com>
Reviewed by ggaren.
Disable MS-font dependent tests until http://bugs.webkit.org/show_bug.cgi?id=11662 is fixed.
- svg/W3C-SVG-1.1/text-intro-01-t.svg: Removed.
- svg/W3C-SVG-1.1/text-intro-02-b.svg: Removed.
- svg/W3C-SVG-1.1/text-intro-03-b.svg: Removed.
- svg/W3C-SVG-1.1/text-intro-04-t.svg: Removed.
- 6:47 PM Changeset in webkit [22718] by
-
- 3 edits in branches/WindowsMerge/WebCore
2006-12-27 Oliver Hunt <oliver@apple.com>
Build fix
- WebCore.vcproj/WebCore.vcproj:
- platform/graphics/win/ImageWin.cpp: (WebCore::BitmapImage::initPlatformData): (WebCore::BitmapImage::invalidatePlatformData): (WebCore::Image::loadPlatformResource): (WebCore::BitmapImage::getHBITMAP):
- 6:24 PM Changeset in webkit [18447] by
-
- 5 edits in trunk/WebCore
2006-12-27 Oliver Hunt <oliver@apple.com>
Build fix
- platform/graphics/BitmapImage.h:
- platform/graphics/Image.cpp:
- platform/graphics/Image.h: (WebCore::Image::getHBITMAP):
- platform/graphics/cg/PDFDocumentImage.cpp: (WebCore::PDFDocumentImage::PDFDocumentImage):
- 4:48 PM Changeset in webkit [18446] by
-
- 13 edits2 copies in trunk/WebCore
2006-12-27 Eric Seidel <eric@webkit.org>
Reviewed by olliej.
Add new PDFDocumentImage and BitmapImage classes (subclasses of Image)
(In preparation for adding SVGImage as part of bug 5971)
http://bugs.webkit.org/show_bug.cgi?id=11990
Test cases landed separately as part of filing bug 11992.
- WebCore.xcodeproj/project.pbxproj: add BitmapImage.*
- loader/CachedImage.cpp: (WebCore::nullImage): use BitmapImage directly (WebCore::CachedImage::createImage): now create either BitmapImage or PDFDocumentImage directly
- loader/icon/IconDataCache.cpp: (WebCore::IconDataCache::setImageData): use BitmapImage directly
- platform/graphics/BitmapImage.cpp: Added. (WebCore::BitmapImage::BitmapImage): (WebCore::BitmapImage::~BitmapImage): (WebCore::BitmapImage::invalidateData): (WebCore::BitmapImage::cacheFrame): (WebCore::BitmapImage::size): (WebCore::BitmapImage::setNativeData): (WebCore::BitmapImage::frameCount): (WebCore::BitmapImage::isSizeAvailable): (WebCore::BitmapImage::frameAtIndex): (WebCore::BitmapImage::frameDurationAtIndex): (WebCore::BitmapImage::frameHasAlphaAtIndex): (WebCore::BitmapImage::shouldAnimate): (WebCore::BitmapImage::startAnimation): (WebCore::BitmapImage::stopAnimation): (WebCore::BitmapImage::resetAnimation): (WebCore::BitmapImage::advanceAnimation):
- platform/graphics/BitmapImage.h: Added. (WebCore::FrameData::FrameData): (WebCore::BitmapImage::nativeImageForCurrentFrame): added. (WebCore::BitmapImage::currentFrame): (WebCore::BitmapImage::mayFillWithSolidColor): added. (WebCore::BitmapImage::solidColor): added.
- platform/graphics/Image.cpp: (WebCore::Image::Image): (WebCore::Image::~Image):
- platform/graphics/Image.h: (WebCore::Image::setNativeData): now virtual (WebCore::Image::stopAnimation): now virtual (WebCore::Image::resetAnimation): now virtual (WebCore::Image::getNSImage): now virtual (WebCore::Image::getTIFFRepresentation): now virtual (WebCore::Image::getCGImageRef): now virtual
- platform/graphics/cg/ImageCG.cpp: (WebCore::BitmapImage::checkForSolidColor): (WebCore::BitmapImage::getCGImageRef): use nativeImageForCurrentFrame (WebCore::fillWithSolidColor): added (WebCore::BitmapImage::draw): (WebCore::drawPattern): use fillWithSolidColor, mayFillWithSolidColor() and solidcolor() (WebCore::BitmapImage::drawTiled): use fillWithSolidColor, mayFillWithSolidColor() and solidcolor()
- platform/graphics/cg/PDFDocumentImage.cpp: (WebCore::PDFDocumentImage::PDFDocumentImage): (WebCore::PDFDocumentImage::size): change to subclass from Image (WebCore::PDFDocumentImage::setNativeData): (WebCore::PDFDocumentImage::draw):
- platform/graphics/cg/PDFDocumentImage.h: (WebCore::PDFDocumentImage::drawTiled):
- platform/graphics/mac/ImageMac.mm: (WebCore::BitmapImage::initPlatformData): (WebCore::BitmapImage::invalidatePlatformData): (WebCore::Image::loadPlatformResource): (WebCore::BitmapImage::getTIFFRepresentation): (WebCore::BitmapImage::getNSImage):
- platform/graphics/svg/filters/cg/SVGFEImageCg.mm: (WebCore::SVGFEImage::getCIFilter): remove soon-to-be unnecessary comment
- rendering/RenderImage.cpp: (WebCore::RenderImage::nullImage): use BitmapImage
- 4:02 PM Changeset in webkit [18445] by
-
- 2 edits in trunk/WebKit
Reviewed by Geoff.
- fix http://bugs.webkit.org/show_bug.cgi?id=9403 Red outline from Web Inspector appears above all other OS X windows
Made the window containing the highlight a child window of the window
containing the view.
- WebInspector/WebNodeHighlight.m: (-[WebNodeHighlight initWithBounds:andRects:forView:]): (-[WebNodeHighlight dealloc]): (-[WebNodeHighlight expire]):
- 3:47 PM Changeset in webkit [18444] by
-
- 3 edits in trunk/WebKit
Reviewed by Tim H.
Bug 11993: REGRESSION(r18320): Web Inspector scroll bars not drawn
http://bugs.webkit.org/show_bug.cgi?id=11993
AppleVerticalScrollbar tries to set a NaN value as the scroll height which
causes DOM Exceptions after r18320. This overrides the _setObjectLength
method and checks for NaN until a system update can fix this. See rdar://4901491
- WebInspector/webInspector/inspector.html:
- WebInspector/webInspector/inspector.js:
- 3:43 PM Changeset in webkit [18443] by
-
- 4 edits4 adds in trunk
LayoutTests:
Reviewed by Hyatt.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=11452 REGRESSION (r16736-r16801): Incorrect repaint of fixed boxes
- fast/repaint/fixed-expected.checksum: Added.
- fast/repaint/fixed-expected.png: Added.
- fast/repaint/fixed-expected.txt: Added.
- fast/repaint/fixed.html: Added.
WebCore:
Reviewed by Hyatt.
- fix http://bugs.webkit.org/show_bug.cgi?id=11452 REGRESSION (r16736-r16801): Incorrect repaint of fixed boxes
Test: fast/repaint/fixed.html
- rendering/RenderView.cpp: (WebCore::RenderView::computeAbsoluteRepaintRect): Re-added.
- rendering/RenderView.h:
- 3:25 PM Changeset in webkit [18442] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Geoff.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=11930 Specifying border-radius makes the outline shrink
- fast/css/border-radius-outline-offset-expected.checksum: Added.
- fast/css/border-radius-outline-offset-expected.png: Added.
- fast/css/border-radius-outline-offset-expected.txt: Added.
- fast/css/border-radius-outline-offset.html: Added.
WebCore:
Reviewed by Geoff.
- fix http://bugs.webkit.org/show_bug.cgi?id=11930 Specifying border-radius makes the outline shrink
Test: fast/css/border-radius-outline-offset.html
- css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::applyProperty): Added missing return statement.
- 2:40 PM Changeset in webkit [18441] by
-
- 2 edits in trunk/WebKit
Reviewed by Oliver Hunt.
Fixed <rdar://problem/4901629> Crash occurs at WebCore::Frame::page()
after closing window containing flash content
No testcase because we can't open and close windows in DRT.
I can't reproduce this crash, but from the backtrace it's clear that it
occured because of a NULL frame object. Since it's valid for a frame to
be NULL, I've added NULL checks.
- Plugins/WebBaseNetscapePluginView.mm: (-[WebBaseNetscapePluginView sendEvent:]): (-[WebBaseNetscapePluginView requestWithURLCString:]): (-[WebBaseNetscapePluginView getVariable:value:]):
- 2:27 PM Known incompatibilities between open-source WebKit and Safari edited by
- (diff)
- 2:04 PM Changeset in webkit [18440] by
-
- 11 edits2 copies in trunk
Reviewed by Eric.
http://bugs.webkit.org/show_bug.cgi?id=11108
Replace usage of split by proper parsers
http://bugs.webkit.org/show_bug.cgi?id=11908
WebKit spends 40% of its time displaying "bamboo.svg" executing Regexes
Get rid of split() when parsing transform attribute.
- 1:19 PM Changeset in webkit [18439] by
-
- 3 edits in trunk/WebCore
Reviewed by Geoff.
- http://bugs.webkit.org/show_bug.cgi?id=11968 BidiContext's m_basicDir is redundant
No test possible (no functionality change)
- rendering/bidi.cpp: (WebCore::BidiContext::BidiContext): (WebCore::operator==): (WebCore::RenderBlock::computeHorizontalPositionsForLine): Use the block's direction to resolve 'automatic' text-align.
- rendering/bidi.h: (WebCore::BidiContext::dir):
- 1:09 PM Changeset in webkit [18438] by
-
- 3 edits in S60/trunk/WebKit
2006-12-27 brmorris <bradley.morrison@nokia.com>
Reviewed by Sachin.
DESC: Reverted 2 patches to CFormDataAutoFillStore: r18389, r18183
http://bugs.webkit.org/show_bug.cgi?id=11927
http://bugs.webkit.org/show_bug.cgi?id=11781
- 11:56 AM Changeset in webkit [18437] by
-
- 7 edits in trunk
LayoutTests:
Reviewed by Eric Seidel.
Fixed regression in plugins/netscape-dom-access.html.
When I stopped WebKit from meddling in plug-in lifetime, plug-ins started
to live a little longer. In this case, the plug-in from mouse-events.html
started to live long enough to get a blur event when DumpRenderTree navigated
to the next page.
- plugins/mouse-events.html: Stop logging events when the test is over, so our results don't bleed into the next test. A better solution might be for the event logger inside DRT to check for whether you're still in the document, but that doesn't seem worth the effort right now.
WebKitTools:
Reviewed by Eric Seidel. Prose edited by Mitz Pettel.
Some cleanup I did while debugging the regression in plugins/netscape-dom-access.html.
No behavior change. Layout tests pass.
- DumpRenderTree/DumpRenderTree.h: Exported the done BOOL in place of the doneLoading() accessor function. This matches the rest of DRT's exports and makes it easier to search for clients who check (!done).
- DumpRenderTree/DumpRenderTree.m: Moved fflush() call to runTest() so it would cover both code paths for calling runTest().
(dumpRenderTree): "doneLoading()" => "done"
(dump): ditto
- DumpRenderTree/EditingDelegate.m: ditto (-[EditingDelegate webView:shouldBeginEditingInDOMRange:]): ditto (-[EditingDelegate webView:shouldEndEditingInDOMRange:]): ditto (-[EditingDelegate webView:shouldInsertNode:replacingDOMRange:givenAction:]): ditto (-[EditingDelegate webView:shouldInsertText:replacingDOMRange:givenAction:]): ditto (-[EditingDelegate webView:shouldDeleteDOMRange:]): ditto (-[EditingDelegate webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:]): ditto (-[EditingDelegate webView:shouldApplyStyle:toElementsInDOMRange:]): ditto (-[EditingDelegate webView:shouldChangeTypingStyle:toStyle:]): ditto (-[EditingDelegate webViewDidBeginEditing:]): ditto (-[EditingDelegate webViewDidChange:]): ditto (-[EditingDelegate webViewDidEndEditing:]): ditto (-[EditingDelegate webViewDidChangeTypingStyle:]): ditto (-[EditingDelegate webViewDidChangeSelection:]): ditto
- DumpRenderTree/UIDelegate.m: ditto (-[UIDelegate webView:runJavaScriptAlertPanelWithMessage:]): ditto
- 11:52 AM Changeset in webkit [18436] by
-
- 879 edits529 adds in trunk/LayoutTests
2006-12-27 Eric Seidel <eric@webkit.org>
Rubber-stamped by ggaren.
Update SVG tests with the latest tests released by the W3C:
http://www.w3.org/Graphics/SVG/Test/20061213
A few tests are likely to fail on the buildbot due to Asian fonts, filter color spaces, and '(' and ')' spacing differences between machines
- svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-02-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-02-t.svg:
- svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-03-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-03-t.svg:
- svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-04-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-04-t.svg:
- svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-05-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-05-t.svg:
- svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-06-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-07-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-07-t.svg:
- svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-08-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-08-t.svg:
- svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-09-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-09-t.svg:
- svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-10-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-11-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-11-t.svg:
- svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-12-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-12-t.svg:
- svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-13-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-13-t.svg:
- svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-14-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-14-t.svg:
- svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-15-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-17-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-17-t.svg:
- svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-19-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-19-t.svg:
- svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-20-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-20-t.svg:
- svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-21-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-21-t.svg:
- svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
- svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-22-b-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-22-b.svg:
- svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-23-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-23-t.svg:
- svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-24-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-25-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-25-t.svg:
- svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-26-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-26-t.svg:
- svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-27-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-27-t.svg:
- svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
- svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-28-t-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-28-t.svg:
- svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
- svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
- svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
- svg/W3C-SVG-1.1/animate-elem-29-b-w3c.png:
- svg/W3C-SVG-1.1/animate-elem-29-b.svg:
- svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-30-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-30-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-31-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-31-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-32-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-32-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-33-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-33-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-34-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-34-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-35-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-36-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-36-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-37-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-37-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-38-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-39-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-39-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-40-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-40-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-41-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-41-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-42-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-43-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-44-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-44-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-45-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-46-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-46-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-47-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-48-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-49-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-50-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-51-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-52-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-52-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-53-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-60-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-60-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-61-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-61-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-62-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-62-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-63-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-63-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-64-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-64-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-65-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-65-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-66-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-66-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-67-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-67-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-68-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-68-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-69-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-69-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-70-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-70-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-77-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-77-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-78-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-78-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-80-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-80-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-81-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-81-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-82-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-82-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-83-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-83-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-84-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-84-t.svg: Added.
- svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
- svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
- svg/W3C-SVG-1.1/animate-elem-85-t-w3c.png: Added.
- svg/W3C-SVG-1.1/animate-elem-85-t.svg: Added.
- svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
- svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
- svg/W3C-SVG-1.1/color-prof-01-f-w3c.png:
- svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
- svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
- svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
- svg/W3C-SVG-1.1/color-prop-01-b-w3c.png:
- svg/W3C-SVG-1.1/color-prop-01-b.svg:
- svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
- svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
- svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
- svg/W3C-SVG-1.1/color-prop-02-f-w3c.png:
- svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
- svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
- svg/W3C-SVG-1.1/color-prop-03-t-w3c.png:
- svg/W3C-SVG-1.1/color-prop-03-t.svg:
- svg/W3C-SVG-1.1/color-prop-04-t-w3c.png: Added.
- svg/W3C-SVG-1.1/color-prop-05-t-w3c.png: Added.
- svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
- svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
- svg/W3C-SVG-1.1/coords-coord-01-t-w3c.png: Added.
- svg/W3C-SVG-1.1/coords-coord-01-t.svg: Added.
- svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
- svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
- svg/W3C-SVG-1.1/coords-coord-02-t-w3c.png: Added.
- svg/W3C-SVG-1.1/coords-coord-02-t.svg: Added.
- svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
- svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
- svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
- svg/W3C-SVG-1.1/coords-trans-01-b-w3c.png:
- svg/W3C-SVG-1.1/coords-trans-01-b.svg:
- svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
- svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
- svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
- svg/W3C-SVG-1.1/coords-trans-02-t-w3c.png:
- svg/W3C-SVG-1.1/coords-trans-02-t.svg:
- svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
- svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
- svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
- svg/W3C-SVG-1.1/coords-trans-03-t-w3c.png:
- svg/W3C-SVG-1.1/coords-trans-03-t.svg:
- svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
- svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
- svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
- svg/W3C-SVG-1.1/coords-trans-04-t-w3c.png:
- svg/W3C-SVG-1.1/coords-trans-04-t.svg:
- svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
- svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
- svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
- svg/W3C-SVG-1.1/coords-trans-05-t-w3c.png:
- svg/W3C-SVG-1.1/coords-trans-05-t.svg:
- svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
- svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
- svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
- svg/W3C-SVG-1.1/coords-trans-06-t-w3c.png:
- svg/W3C-SVG-1.1/coords-trans-06-t.svg:
- svg/W3C-SVG-1.1/coords-trans-07-t-w3c.png: Added.
- svg/W3C-SVG-1.1/coords-trans-08-t-w3c.png: Added.
- svg/W3C-SVG-1.1/coords-trans-09-t-w3c.png: Added.
- svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
- svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
- svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
- svg/W3C-SVG-1.1/coords-units-01-b-w3c.png:
- svg/W3C-SVG-1.1/coords-units-01-b.svg:
- svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
- svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
- svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
- svg/W3C-SVG-1.1/coords-units-02-b-w3c.png:
- svg/W3C-SVG-1.1/coords-units-02-b.svg:
- svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
- svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
- svg/W3C-SVG-1.1/coords-units-03-b-w3c.png:
- svg/W3C-SVG-1.1/coords-units-03-b.svg:
- svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
- svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
- svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
- svg/W3C-SVG-1.1/coords-viewattr-01-b-w3c.png:
- svg/W3C-SVG-1.1/coords-viewattr-01-b.svg:
- svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
- svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
- svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
- svg/W3C-SVG-1.1/coords-viewattr-02-b-w3c.png:
- svg/W3C-SVG-1.1/coords-viewattr-02-b.svg:
- svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
- svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
- svg/W3C-SVG-1.1/coords-viewattr-03-b-w3c.png: Added.
- svg/W3C-SVG-1.1/coords-viewattr-03-b.svg: Added.
- svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
- svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
- svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
- svg/W3C-SVG-1.1/extend-namespace-01-f.svg:
- svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
- svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-blend-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-blend-01-b.svg:
- svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
- svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-color-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-color-01-b.svg:
- svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
- svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
- svg/W3C-SVG-1.1/filters-composite-02-b-w3c.png:
- svg/W3C-SVG-1.1/filters-composite-02-b.svg:
- svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
- svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-comptran-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-comptran-01-b.svg:
- svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
- svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
- svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
- svg/W3C-SVG-1.1/filters-conv-01-f-w3c.png:
- svg/W3C-SVG-1.1/filters-conv-01-f.svg:
- svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
- svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
- svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
- svg/W3C-SVG-1.1/filters-diffuse-01-f-w3c.png:
- svg/W3C-SVG-1.1/filters-diffuse-01-f.svg:
- svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
- svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
- svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
- svg/W3C-SVG-1.1/filters-displace-01-f-w3c.png:
- svg/W3C-SVG-1.1/filters-displace-01-f.svg:
- svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
- svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-example-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
- svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
- svg/W3C-SVG-1.1/filters-felem-01-b-w3c.png: Added.
- svg/W3C-SVG-1.1/filters-felem-01-b.svg: Added.
- svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-gauss-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-gauss-01-b.svg:
- svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
- svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-image-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-image-01-b.svg:
- svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
- svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
- svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
- svg/W3C-SVG-1.1/filters-light-01-f-w3c.png:
- svg/W3C-SVG-1.1/filters-light-01-f.svg:
- svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
- svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
- svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
- svg/W3C-SVG-1.1/filters-morph-01-f-w3c.png:
- svg/W3C-SVG-1.1/filters-morph-01-f.svg:
- svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
- svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-offset-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-offset-01-b.svg:
- svg/W3C-SVG-1.1/filters-overview-01-b-w3c.png: Added.
- svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
- svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
- svg/W3C-SVG-1.1/filters-specular-01-f-w3c.png:
- svg/W3C-SVG-1.1/filters-specular-01-f.svg:
- svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
- svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
- svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
- svg/W3C-SVG-1.1/filters-tile-01-b-w3c.png:
- svg/W3C-SVG-1.1/filters-tile-01-b.svg:
- svg/W3C-SVG-1.1/filters-turb-01-f-w3c.png:
- svg/W3C-SVG-1.1/fonts-desc-01-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-desc-02-t.svg: Added.
- svg/W3C-SVG-1.1/fonts-desc-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-desc-04-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-desc-05-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
- svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
- svg/W3C-SVG-1.1/fonts-elem-01-t-w3c.png:
- svg/W3C-SVG-1.1/fonts-elem-01-t.svg:
- svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
- svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
- svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
- svg/W3C-SVG-1.1/fonts-elem-02-t-w3c.png:
- svg/W3C-SVG-1.1/fonts-elem-02-t.svg:
- svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
- svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
- svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
- svg/W3C-SVG-1.1/fonts-elem-03-b-w3c.png:
- svg/W3C-SVG-1.1/fonts-elem-03-b.svg:
- svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
- svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
- svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
- svg/W3C-SVG-1.1/fonts-elem-04-b.svg:
- svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-elem-05-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-elem-05-t.svg: Added.
- svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-elem-06-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-elem-06-t.svg: Added.
- svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-elem-07-b-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-elem-07-b.svg: Added.
- svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-glyph-02-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Added.
- svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-glyph-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-glyph-03-t.svg: Added.
- svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-glyph-04-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-glyph-04-t.svg: Added.
- svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
- svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
- svg/W3C-SVG-1.1/fonts-kern-01-t-w3c.png: Added.
- svg/W3C-SVG-1.1/fonts-kern-01-t.svg: Added.
- svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
- svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
- svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
- svg/W3C-SVG-1.1/interact-cursor-01-f-w3c.png:
- svg/W3C-SVG-1.1/interact-cursor-01-f.svg:
- svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
- svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
- svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
- svg/W3C-SVG-1.1/interact-dom-01-b-w3c.png:
- svg/W3C-SVG-1.1/interact-dom-01-b.svg:
- svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
- svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
- svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
- svg/W3C-SVG-1.1/interact-events-01-b-w3c.png:
- svg/W3C-SVG-1.1/interact-events-01-b.svg:
- svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
- svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
- svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
- svg/W3C-SVG-1.1/interact-order-01-b-w3c.png:
- svg/W3C-SVG-1.1/interact-order-01-b.svg:
- svg/W3C-SVG-1.1/interact-order-02-b-w3c.png:
- svg/W3C-SVG-1.1/interact-order-02-b.svg:
- svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
- svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
- svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
- svg/W3C-SVG-1.1/interact-order-03-b-w3c.png:
- svg/W3C-SVG-1.1/interact-order-03-b.svg:
- svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
- svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
- svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
- svg/W3C-SVG-1.1/interact-zoom-01-t-w3c.png:
- svg/W3C-SVG-1.1/interact-zoom-01-t.svg:
- svg/W3C-SVG-1.1/interact-zoom-02-t-w3c.png: Added.
- svg/W3C-SVG-1.1/interact-zoom-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
- svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
- svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
- svg/W3C-SVG-1.1/linking-a-01-b-w3c.png:
- svg/W3C-SVG-1.1/linking-a-01-b.svg:
- svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
- svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
- svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
- svg/W3C-SVG-1.1/linking-a-02-b-w3c.png:
- svg/W3C-SVG-1.1/linking-a-02-b.svg:
- svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
- svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
- svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
- svg/W3C-SVG-1.1/linking-a-03-b-w3c.png:
- svg/W3C-SVG-1.1/linking-a-03-b.svg:
- svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
- svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
- svg/W3C-SVG-1.1/linking-a-04-t-w3c.png:
- svg/W3C-SVG-1.1/linking-a-04-t.svg:
- svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
- svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
- svg/W3C-SVG-1.1/linking-a-05-t-w3c.png: Added.
- svg/W3C-SVG-1.1/linking-a-05-t.svg: Added.
- svg/W3C-SVG-1.1/linking-a-06-t-w3c.png: Added.
- svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
- svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
- svg/W3C-SVG-1.1/linking-a-07-t-w3c.png: Added.
- svg/W3C-SVG-1.1/linking-a-07-t.svg: Added.
- svg/W3C-SVG-1.1/linking-a-08-t-w3c.png: Added.
- svg/W3C-SVG-1.1/linking-a-09-b-w3c.png: Added.
- svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
- svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
- svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
- svg/W3C-SVG-1.1/linking-uri-01-b-w3c.png:
- svg/W3C-SVG-1.1/linking-uri-01-b.svg:
- svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
- svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
- svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
- svg/W3C-SVG-1.1/linking-uri-02-b-w3c.png:
- svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
- svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
- svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
- svg/W3C-SVG-1.1/linking-uri-03-t.svg:
- svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
- svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
- svg/W3C-SVG-1.1/masking-intro-01-f-w3c.png: Added.
- svg/W3C-SVG-1.1/masking-intro-01-f.svg: Added.
- svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
- svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
- svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
- svg/W3C-SVG-1.1/masking-mask-01-b-w3c.png:
- svg/W3C-SVG-1.1/masking-mask-01-b.svg:
- svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
- svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
- svg/W3C-SVG-1.1/masking-opacity-01-b-w3c.png:
- svg/W3C-SVG-1.1/masking-opacity-01-b.svg:
- svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
- svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
- svg/W3C-SVG-1.1/masking-path-01-b-w3c.png:
- svg/W3C-SVG-1.1/masking-path-01-b.svg:
- svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
- svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
- svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
- svg/W3C-SVG-1.1/masking-path-02-b-w3c.png:
- svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
- svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
- svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
- svg/W3C-SVG-1.1/masking-path-03-b-w3c.png:
- svg/W3C-SVG-1.1/masking-path-03-b.svg:
- svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
- svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
- svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
- svg/W3C-SVG-1.1/masking-path-04-b-w3c.png:
- svg/W3C-SVG-1.1/masking-path-04-b.svg:
- svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
- svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
- svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
- svg/W3C-SVG-1.1/masking-path-05-f-w3c.png:
- svg/W3C-SVG-1.1/masking-path-05-f.svg:
- svg/W3C-SVG-1.1/masking-path-06-b-w3c.png: Added.
- svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
- svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
- svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
- svg/W3C-SVG-1.1/metadata-example-01-b-w3c.png:
- svg/W3C-SVG-1.1/metadata-example-01-b.svg:
- svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
- svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
- svg/W3C-SVG-1.1/painting-fill-01-t-w3c.png:
- svg/W3C-SVG-1.1/painting-fill-01-t.svg:
- svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
- svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
- svg/W3C-SVG-1.1/painting-fill-02-t-w3c.png:
- svg/W3C-SVG-1.1/painting-fill-02-t.svg:
- svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
- svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
- svg/W3C-SVG-1.1/painting-fill-03-t-w3c.png:
- svg/W3C-SVG-1.1/painting-fill-03-t.svg:
- svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
- svg/W3C-SVG-1.1/painting-fill-04-t-w3c.png:
- svg/W3C-SVG-1.1/painting-fill-04-t.svg:
- svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
- svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
- svg/W3C-SVG-1.1/painting-fill-05-b-w3c.png: Added.
- svg/W3C-SVG-1.1/painting-fill-05-b.svg: Added.
- svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
- svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
- svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
- svg/W3C-SVG-1.1/painting-marker-01-f-w3c.png:
- svg/W3C-SVG-1.1/painting-marker-01-f.svg:
- svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
- svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
- svg/W3C-SVG-1.1/painting-marker-02-f-w3c.png:
- svg/W3C-SVG-1.1/painting-marker-02-f.svg:
- svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
- svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
- svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
- svg/W3C-SVG-1.1/painting-marker-03-f-w3c.png: Added.
- svg/W3C-SVG-1.1/painting-marker-03-f.svg: Added.
- svg/W3C-SVG-1.1/painting-marker-04-f-w3c.png: Added.
- svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
- svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
- svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
- svg/W3C-SVG-1.1/painting-render-01-b-w3c.png:
- svg/W3C-SVG-1.1/painting-render-01-b.svg:
- svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
- svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
- svg/W3C-SVG-1.1/painting-stroke-01-t-w3c.png:
- svg/W3C-SVG-1.1/painting-stroke-01-t.svg:
- svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
- svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
- svg/W3C-SVG-1.1/painting-stroke-02-t-w3c.png:
- svg/W3C-SVG-1.1/painting-stroke-02-t.svg:
- svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
- svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
- svg/W3C-SVG-1.1/painting-stroke-03-t-w3c.png:
- svg/W3C-SVG-1.1/painting-stroke-03-t.svg:
- svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
- svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
- svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
- svg/W3C-SVG-1.1/painting-stroke-04-t-w3c.png:
- svg/W3C-SVG-1.1/painting-stroke-04-t.svg:
- svg/W3C-SVG-1.1/painting-stroke-05-t-w3c.png: Added.
- svg/W3C-SVG-1.1/painting-stroke-06-t-w3c.png: Added.
- svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
- svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
- svg/W3C-SVG-1.1/painting-stroke-07-t-w3c.png: Added.
- svg/W3C-SVG-1.1/painting-stroke-07-t.svg: Added.
- svg/W3C-SVG-1.1/painting-stroke-08-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
- svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
- svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
- svg/W3C-SVG-1.1/paths-data-01-t-w3c.png:
- svg/W3C-SVG-1.1/paths-data-01-t.svg:
- svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
- svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
- svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
- svg/W3C-SVG-1.1/paths-data-02-t-w3c.png:
- svg/W3C-SVG-1.1/paths-data-02-t.svg:
- svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
- svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
- svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
- svg/W3C-SVG-1.1/paths-data-03-f-w3c.png:
- svg/W3C-SVG-1.1/paths-data-03-f.svg:
- svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
- svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
- svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
- svg/W3C-SVG-1.1/paths-data-04-t-w3c.png:
- svg/W3C-SVG-1.1/paths-data-04-t.svg:
- svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
- svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
- svg/W3C-SVG-1.1/paths-data-05-t-w3c.png:
- svg/W3C-SVG-1.1/paths-data-05-t.svg:
- svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
- svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
- svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
- svg/W3C-SVG-1.1/paths-data-06-t-w3c.png:
- svg/W3C-SVG-1.1/paths-data-06-t.svg:
- svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
- svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
- svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
- svg/W3C-SVG-1.1/paths-data-07-t-w3c.png:
- svg/W3C-SVG-1.1/paths-data-07-t.svg:
- svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
- svg/W3C-SVG-1.1/paths-data-08-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-08-t.svg: Added.
- svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
- svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
- svg/W3C-SVG-1.1/paths-data-09-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-09-t.svg: Added.
- svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
- svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
- svg/W3C-SVG-1.1/paths-data-10-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-10-t.svg: Added.
- svg/W3C-SVG-1.1/paths-data-11-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
- svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
- svg/W3C-SVG-1.1/paths-data-12-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
- svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
- svg/W3C-SVG-1.1/paths-data-13-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-13-t.svg: Added.
- svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
- svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
- svg/W3C-SVG-1.1/paths-data-14-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-14-t.svg: Added.
- svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
- svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
- svg/W3C-SVG-1.1/paths-data-15-t-w3c.png: Added.
- svg/W3C-SVG-1.1/paths-data-15-t.svg: Added.
- svg/W3C-SVG-1.1/paths-dist-01-t-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-01-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-01-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-02-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-02-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-03-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-03-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-04-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-04-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-05-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-05-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-06-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-06-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-07-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-07-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-08-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-08-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-09-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-09-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-10-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-10-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-11-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-11-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
- svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-grad-12-b-w3c.png:
- svg/W3C-SVG-1.1/pservers-grad-12-b.svg:
- svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
- svg/W3C-SVG-1.1/pservers-grad-13-b-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-13-b.svg: Added.
- svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
- svg/W3C-SVG-1.1/pservers-grad-14-b-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-14-b.svg: Added.
- svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
- svg/W3C-SVG-1.1/pservers-grad-15-b-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-15-b.svg: Added.
- svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
- svg/W3C-SVG-1.1/pservers-grad-16-b-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-16-b.svg: Added.
- svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
- svg/W3C-SVG-1.1/pservers-grad-17-b-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-17-b.svg: Added.
- svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
- svg/W3C-SVG-1.1/pservers-grad-18-b-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-18-b.svg: Added.
- svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
- svg/W3C-SVG-1.1/pservers-grad-19-b-w3c.png: Added.
- svg/W3C-SVG-1.1/pservers-grad-19-b.svg: Added.
- svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
- svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
- svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
- svg/W3C-SVG-1.1/pservers-pattern-01-b-w3c.png:
- svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
- svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
- svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
- svg/W3C-SVG-1.1/render-elems-01-t-w3c.png:
- svg/W3C-SVG-1.1/render-elems-01-t.svg:
- svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
- svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
- svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
- svg/W3C-SVG-1.1/render-elems-02-t-w3c.png:
- svg/W3C-SVG-1.1/render-elems-02-t.svg:
- svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
- svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
- svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
- svg/W3C-SVG-1.1/render-elems-03-t-w3c.png:
- svg/W3C-SVG-1.1/render-elems-03-t.svg:
- svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
- svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
- svg/W3C-SVG-1.1/render-elems-06-t-w3c.png:
- svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
- svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
- svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
- svg/W3C-SVG-1.1/render-elems-07-t-w3c.png:
- svg/W3C-SVG-1.1/render-elems-07-t.svg:
- svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
- svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
- svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
- svg/W3C-SVG-1.1/render-elems-08-t-w3c.png:
- svg/W3C-SVG-1.1/render-elems-08-t.svg:
- svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
- svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
- svg/W3C-SVG-1.1/render-groups-01-b-w3c.png:
- svg/W3C-SVG-1.1/render-groups-01-b.svg:
- svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
- svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
- svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
- svg/W3C-SVG-1.1/render-groups-03-t.svg:
- svg/W3C-SVG-1.1/resources/20x20.png: Added.
- svg/W3C-SVG-1.1/resources/SVGImageTest.svg: Added.
- svg/W3C-SVG-1.1/resources/animation-add-BE-09.svg:
- svg/W3C-SVG-1.1/resources/coords-units-01-f.svg:
- svg/W3C-SVG-1.1/resources/filters-blend-01-f.svg:
- svg/W3C-SVG-1.1/resources/filters-color-01-f.svg:
- svg/W3C-SVG-1.1/resources/filters-composite-01-f.svg:
- svg/W3C-SVG-1.1/resources/filters-comptran-01-f.svg: Added.
- svg/W3C-SVG-1.1/resources/filters-conv-01-f.svg:
- svg/W3C-SVG-1.1/resources/filters-diffuse-01-f.svg:
- svg/W3C-SVG-1.1/resources/filters-example-01-f.svg:
- svg/W3C-SVG-1.1/resources/galpha.png: Added.
- svg/W3C-SVG-1.1/resources/interact-dom-01-f.svg:
- svg/W3C-SVG-1.1/resources/linking-uri-01-b.svg:
- svg/W3C-SVG-1.1/resources/makealpha.svg: Added.
- svg/W3C-SVG-1.1/resources/paths-data-01-f.svg:
- svg/W3C-SVG-1.1/resources/paths-data-02-f.svg:
- svg/W3C-SVG-1.1/resources/paths-data-03-f.svg:
- svg/W3C-SVG-1.1/resources/paths-data-04-f.svg:
- svg/W3C-SVG-1.1/resources/plant.jpg: Added.
- svg/W3C-SVG-1.1/resources/rgbalpha.png: Added.
- svg/W3C-SVG-1.1/resources/shapes-ellipse-01-b.svg:
- svg/W3C-SVG-1.1/resources/shapes-ellipse-01-f.svg:
- svg/W3C-SVG-1.1/resources/shapes-rect-01-b.svg:
- svg/W3C-SVG-1.1/resources/shapes-rect-01-f.svg:
- svg/W3C-SVG-1.1/resources/smiley.png: Added.
- svg/W3C-SVG-1.1/resources/stefan_252_tRNS_opti.png: Added.
- svg/W3C-SVG-1.1/resources/svgRef1.svg: Added.
- svg/W3C-SVG-1.1/resources/svgRef4.css: Added.
- svg/W3C-SVG-1.1/resources/svgRef4.svg: Added.
- svg/W3C-SVG-1.1/resources/text-align-01-f.svg:
- svg/W3C-SVG-1.1/resources/text-align-02-f.svg:
- svg/W3C-SVG-1.1/resources/text-align-03-f.svg:
- svg/W3C-SVG-1.1/resources/text-altglyph-01-f.svg:
- svg/W3C-SVG-1.1/resources/text-extTref-BE-18-targ.svg:
- svg/W3C-SVG-1.1/resources/text-intro-01-f.svg:
- svg/W3C-SVG-1.1/resources/text-tref-01-f.svg:
- svg/W3C-SVG-1.1/resources/text-ws-01-f.svg:
- svg/W3C-SVG-1.1/script-handle-02-b-w3c.png:
- svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
- svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
- svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
- svg/W3C-SVG-1.1/script-handle-03-b-w3c.png:
- svg/W3C-SVG-1.1/script-handle-03-b.svg:
- svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
- svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
- svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
- svg/W3C-SVG-1.1/script-handle-04-b-w3c.png:
- svg/W3C-SVG-1.1/script-handle-04-b.svg:
- svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
- svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
- svg/W3C-SVG-1.1/shapes-circle-01-t-w3c.png:
- svg/W3C-SVG-1.1/shapes-circle-01-t.svg:
- svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
- svg/W3C-SVG-1.1/shapes-circle-02-t-w3c.png: Added.
- svg/W3C-SVG-1.1/shapes-circle-02-t.svg: Added.
- svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
- svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
- svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
- svg/W3C-SVG-1.1/shapes-ellipse-01-t-w3c.png:
- svg/W3C-SVG-1.1/shapes-ellipse-01-t.svg:
- svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
- svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
- svg/W3C-SVG-1.1/shapes-ellipse-02-t-w3c.png: Added.
- svg/W3C-SVG-1.1/shapes-ellipse-02-t.svg: Added.
- svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
- svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
- svg/W3C-SVG-1.1/shapes-intro-01-t-w3c.png: Added.
- svg/W3C-SVG-1.1/shapes-intro-01-t.svg: Added.
- svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
- svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
- svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
- svg/W3C-SVG-1.1/shapes-line-01-t-w3c.png:
- svg/W3C-SVG-1.1/shapes-line-01-t.svg:
- svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
- svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
- svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
- svg/W3C-SVG-1.1/shapes-polygon-01-t-w3c.png:
- svg/W3C-SVG-1.1/shapes-polygon-01-t.svg:
- svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
- svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
- svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
- svg/W3C-SVG-1.1/shapes-polyline-01-t-w3c.png:
- svg/W3C-SVG-1.1/shapes-polyline-01-t.svg:
- svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
- svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
- svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
- svg/W3C-SVG-1.1/shapes-rect-01-t-w3c.png:
- svg/W3C-SVG-1.1/shapes-rect-01-t.svg:
- svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
- svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
- svg/W3C-SVG-1.1/shapes-rect-02-t-w3c.png: Added.
- svg/W3C-SVG-1.1/shapes-rect-02-t.svg: Added.
- svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
- svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
- svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
- svg/W3C-SVG-1.1/struct-cond-01-t-w3c.png:
- svg/W3C-SVG-1.1/struct-cond-01-t.svg:
- svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
- svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
- svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
- svg/W3C-SVG-1.1/struct-cond-02-t-w3c.png:
- svg/W3C-SVG-1.1/struct-cond-02-t.svg:
- svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-cond-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-cond-03-t.svg: Added.
- svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
- svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
- svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
- svg/W3C-SVG-1.1/struct-defs-01-t-w3c.png:
- svg/W3C-SVG-1.1/struct-defs-01-t.svg:
- svg/W3C-SVG-1.1/struct-dom-01-b-w3c.png:
- svg/W3C-SVG-1.1/struct-dom-02-b-w3c.png:
- svg/W3C-SVG-1.1/struct-dom-03-b-w3c.png:
- svg/W3C-SVG-1.1/struct-dom-04-b-w3c.png:
- svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
- svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
- svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
- svg/W3C-SVG-1.1/struct-dom-05-b-w3c.png:
- svg/W3C-SVG-1.1/struct-dom-05-b.svg:
- svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
- svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
- svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
- svg/W3C-SVG-1.1/struct-dom-06-b-w3c.png:
- svg/W3C-SVG-1.1/struct-dom-06-b.svg:
- svg/W3C-SVG-1.1/struct-frag-01-t.svg:
- svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-frag-02-t.svg: Added.
- svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-frag-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-frag-03-t.svg: Added.
- svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-frag-04-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-frag-04-t.svg: Added.
- svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-frag-06-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-frag-06-t.svg: Added.
- svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
- svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
- svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
- svg/W3C-SVG-1.1/struct-group-01-t-w3c.png:
- svg/W3C-SVG-1.1/struct-group-02-b-w3c.png:
- svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-group-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-group-03-t.svg: Added.
- svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
- svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
- svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
- svg/W3C-SVG-1.1/struct-image-01-t-w3c.png:
- svg/W3C-SVG-1.1/struct-image-01-t.svg:
- svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
- svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
- svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
- svg/W3C-SVG-1.1/struct-image-02-b-w3c.png:
- svg/W3C-SVG-1.1/struct-image-02-b.svg:
- svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
- svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
- svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
- svg/W3C-SVG-1.1/struct-image-03-t-w3c.png:
- svg/W3C-SVG-1.1/struct-image-03-t.svg:
- svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
- svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
- svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
- svg/W3C-SVG-1.1/struct-image-04-t-w3c.png:
- svg/W3C-SVG-1.1/struct-image-04-t.svg:
- svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
- svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
- svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
- svg/W3C-SVG-1.1/struct-image-05-b-w3c.png:
- svg/W3C-SVG-1.1/struct-image-05-b.svg:
- svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-image-06-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-image-06-t.svg: Added.
- svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-image-07-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-image-07-t.svg: Added.
- svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-image-08-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-image-08-t.svg: Added.
- svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-image-09-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-image-09-t.svg: Added.
- svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-image-10-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-image-10-t.svg: Added.
- svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
- svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
- svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
- svg/W3C-SVG-1.1/struct-symbol-01-b-w3c.png:
- svg/W3C-SVG-1.1/struct-symbol-01-b.svg:
- svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-use-01-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-use-01-t.svg: Added.
- svg/W3C-SVG-1.1/struct-use-02-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
- svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-use-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-use-03-t.svg: Added.
- svg/W3C-SVG-1.1/struct-use-04-b-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
- svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
- svg/W3C-SVG-1.1/struct-use-05-b-w3c.png: Added.
- svg/W3C-SVG-1.1/struct-use-05-b.svg: Added.
- svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
- svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
- svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
- svg/W3C-SVG-1.1/styling-css-01-b-w3c.png:
- svg/W3C-SVG-1.1/styling-css-01-b.svg:
- svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
- svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
- svg/W3C-SVG-1.1/styling-css-02-b-w3c.png:
- svg/W3C-SVG-1.1/styling-css-02-b.svg:
- svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
- svg/W3C-SVG-1.1/styling-css-03-b-w3c.png:
- svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Added.
- svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
- svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
- svg/W3C-SVG-1.1/styling-css-04-f-w3c.png: Added.
- svg/W3C-SVG-1.1/styling-css-04-f.svg: Added.
- svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
- svg/W3C-SVG-1.1/styling-css-05-b-w3c.png: Added.
- svg/W3C-SVG-1.1/styling-css-05-b.svg: Added.
- svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
- svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
- svg/W3C-SVG-1.1/styling-css-06-b-w3c.png: Added.
- svg/W3C-SVG-1.1/styling-css-06-b.svg: Added.
- svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
- svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
- svg/W3C-SVG-1.1/styling-inherit-01-b-w3c.png:
- svg/W3C-SVG-1.1/styling-inherit-01-b.svg:
- svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
- svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
- svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
- svg/W3C-SVG-1.1/styling-pres-01-t-w3c.png:
- svg/W3C-SVG-1.1/styling-pres-01-t.svg:
- svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-align-01-b-expected.png:
- svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-align-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-align-01-b.svg:
- svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
- svg/W3C-SVG-1.1/text-align-02-b-expected.png:
- svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
- svg/W3C-SVG-1.1/text-align-02-b-w3c.png:
- svg/W3C-SVG-1.1/text-align-02-b.svg:
- svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
- svg/W3C-SVG-1.1/text-align-03-b-expected.png:
- svg/W3C-SVG-1.1/text-align-03-b-w3c.png:
- svg/W3C-SVG-1.1/text-align-03-b.svg:
- svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
- svg/W3C-SVG-1.1/text-align-04-b-expected.png:
- svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
- svg/W3C-SVG-1.1/text-align-04-b-w3c.png:
- svg/W3C-SVG-1.1/text-align-04-b.svg:
- svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
- svg/W3C-SVG-1.1/text-align-05-b-expected.png:
- svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
- svg/W3C-SVG-1.1/text-align-05-b-w3c.png:
- svg/W3C-SVG-1.1/text-align-05-b.svg:
- svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
- svg/W3C-SVG-1.1/text-align-06-b-expected.png:
- svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
- svg/W3C-SVG-1.1/text-align-06-b-w3c.png:
- svg/W3C-SVG-1.1/text-align-06-b.svg:
- svg/W3C-SVG-1.1/text-align-07-t-w3c.png: Added.
- svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
- svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
- svg/W3C-SVG-1.1/text-align-08-b.svg: Added.
- svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
- svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-altglyph-01-b.svg:
- svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
- svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-deco-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-deco-01-b.svg:
- svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
- svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
- svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
- svg/W3C-SVG-1.1/text-fonts-01-t-w3c.png:
- svg/W3C-SVG-1.1/text-fonts-01-t.svg:
- svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
- svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
- svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
- svg/W3C-SVG-1.1/text-fonts-02-t-w3c.png:
- svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
- svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
- svg/W3C-SVG-1.1/text-fonts-03-t-w3c.png: Added.
- svg/W3C-SVG-1.1/text-fonts-03-t.svg: Added.
- svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum:
- svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
- svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
- svg/W3C-SVG-1.1/text-intro-01-t-w3c.png:
- svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum:
- svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
- svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
- svg/W3C-SVG-1.1/text-intro-02-b-w3c.png:
- svg/W3C-SVG-1.1/text-intro-02-b.svg:
- svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
- svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
- svg/W3C-SVG-1.1/text-intro-03-b.svg:
- svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum:
- svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
- svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
- svg/W3C-SVG-1.1/text-intro-04-t-w3c.png:
- svg/W3C-SVG-1.1/text-intro-04-t.svg:
- svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
- svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
- svg/W3C-SVG-1.1/text-intro-05-t-w3c.png: Added.
- svg/W3C-SVG-1.1/text-intro-05-t.svg: Added.
- svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-path-01-b-expected.png:
- svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-path-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-path-01-b.svg:
- svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
- svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-spacing-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-spacing-01-b.svg:
- svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-text-01-b-expected.png:
- svg/W3C-SVG-1.1/text-text-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-text-01-b.svg:
- svg/W3C-SVG-1.1/text-text-03-b-expected.png:
- svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
- svg/W3C-SVG-1.1/text-text-03-b-w3c.png:
- svg/W3C-SVG-1.1/text-text-03-b.svg:
- svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
- svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
- svg/W3C-SVG-1.1/text-text-04-t-w3c.png: Added.
- svg/W3C-SVG-1.1/text-text-04-t.svg: Added.
- svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
- svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
- svg/W3C-SVG-1.1/text-text-05-t-w3c.png: Added.
- svg/W3C-SVG-1.1/text-text-05-t.svg: Added.
- svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
- svg/W3C-SVG-1.1/text-text-06-t-w3c.png: Added.
- svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
- svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
- svg/W3C-SVG-1.1/text-text-07-t.svg: Added.
- svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
- svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
- svg/W3C-SVG-1.1/text-text-08-b-w3c.png: Added.
- svg/W3C-SVG-1.1/text-text-08-b.svg: Added.
- svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
- svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-tref-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-tref-01-b.svg:
- svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
- svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-tselect-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-tselect-01-b.svg:
- svg/W3C-SVG-1.1/text-tselect-01-f-w3c.png: Added.
- svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Added.
- svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
- svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
- svg/W3C-SVG-1.1/text-tselect-02-f.svg: Added.
- svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
- svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
- svg/W3C-SVG-1.1/text-tspan-01-b-w3c.png:
- svg/W3C-SVG-1.1/text-tspan-01-b.svg:
- svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
- svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
- svg/W3C-SVG-1.1/text-ws-01-t-w3c.png:
- svg/W3C-SVG-1.1/text-ws-01-t.svg:
- svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
- svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
- svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
- svg/W3C-SVG-1.1/text-ws-02-t-w3c.png:
- svg/W3C-SVG-1.1/text-ws-02-t.svg:
- svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Added.
- svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
- svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
- svg/W3C-SVG-1.1/types-basicDOM-01-b-w3c.png: Added.
- svg/W3C-SVG-1.1/types-basicDOM-01-b.svg: Added.
- 10:55 AM Changeset in webkit [18435] by
-
- 2 edits in trunk/WebKit
Reviewed by Darin Adler.
Updated <rdar://problem/4871518> fix based on Darin's comments.
Instead of searching the frame tree to retrieve the new frame, put it in
a RefPtr, and then explicitly check for its removal. This option is slightly
more efficient, and it avoids problems that can occur due to frame name collision.
- WebCoreSupport/WebFrameBridge.mm: (-[WebFrameBridge createChildFrameNamed:withURL:referrer:ownerElement:allowsScrolling:marginWidth:marginHeight:]):
- 9:49 AM Changeset in webkit [18434] by
-
- 2 edits in trunk/WebCore
Build fix, not reviewed.
Accidently commited an older revision of this file.
- 9:45 AM Changeset in webkit [18433] by
-
- 4 edits in trunk/WebCore
Reviewed by Mitz & Eric.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=11904
We need to cache the CGPatternRef (m_pattern) for efficiency
in SVGPaintServerPatternCg, and keep track wheter the underlying
ImageBuffer has changed, and only update the pattern in that case.
- 9:06 AM S60ConfigureComputer edited by
- (diff)
- 1:03 AM Changeset in webkit [18432] by
-
- 4 edits in trunk/LayoutTests
2006-12-27 Eric Seidel <eric@webkit.org>
Reviewed by mitz.
Corrected test results. (Last minute change before earlier checkin.)
- svg/custom/invalid-fill-hex-expected.checksum:
- svg/custom/invalid-fill-hex-expected.png:
- svg/custom/invalid-fill-hex-expected.txt:
- 12:15 AM Changeset in webkit [18431] by
-
- 1 edit13 adds in trunk/LayoutTests
2006-12-27 Eric Seidel <eric@webkit.org>
Reviewed by olliej.
Add tests to document our current PDF-as-image behavior.
(Note: we fail pdf-as-background tests, filed as bug 11992)
- fast/images/pdf-as-background-expected.checksum: Added.
- fast/images/pdf-as-background-expected.png: Added.
- fast/images/pdf-as-background-expected.txt: Added.
- fast/images/pdf-as-background.html: Added.
- fast/images/pdf-as-image-expected.checksum: Added.
- fast/images/pdf-as-image-expected.png: Added.
- fast/images/pdf-as-image-expected.txt: Added.
- fast/images/pdf-as-image.html: Added.
- fast/images/pdf-as-tiled-background-expected.checksum: Added.
- fast/images/pdf-as-tiled-background-expected.png: Added.
- fast/images/pdf-as-tiled-background-expected.txt: Added.
- fast/images/pdf-as-tiled-background.html: Added.
- fast/images/resources/green_rectangle.pdf: Added.