writeIfNotDefault 277 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "image rendering", style->imageRendering(), RenderStyle::initialImageRendering()); writeIfNotDefault 278 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "opacity", style->opacity(), RenderStyle::initialOpacity()); writeIfNotDefault 300 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f); writeIfNotDefault 301 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "stroke width", strokeWidth, 1.0); writeIfNotDefault 302 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "miter limit", svgStyle->strokeMiterLimit(), 4.0f); writeIfNotDefault 303 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "line cap", svgStyle->capStyle(), ButtCap); writeIfNotDefault 304 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "line join", svgStyle->joinStyle(), MiterJoin); writeIfNotDefault 305 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "dash offset", dashOffset, 0.0); writeIfNotDefault 317 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "opacity", svgStyle->fillOpacity(), 1.0f); writeIfNotDefault 318 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "fill rule", svgStyle->fillRule(), RULE_NONZERO); writeIfNotDefault 321 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeIfNotDefault(ts, "clip rule", svgStyle->clipRule(), RULE_NONZERO);