Searched refs:radial (Results 1 – 3 of 3) sorted by relevance
166 … const SVGRadialGradientElement* radial = static_cast<const SVGRadialGradientElement*>(current); in collectGradientProperties() local169 attributes.setCx(radial->cx().valueAsPercentage()); in collectGradientProperties()172 attributes.setCy(radial->cy().valueAsPercentage()); in collectGradientProperties()175 attributes.setR(radial->r().valueAsPercentage()); in collectGradientProperties()178 attributes.setFx(radial->fx().valueAsPercentage()); in collectGradientProperties()181 attributes.setFy(radial->fy().valueAsPercentage()); in collectGradientProperties()
1549 Fix a crash for radial gradients with a zero radius.5675 When creating a linear or radial gradient with a single stop71213 in radial gradients. We don't need CAIRO_EXTEND_NONE in SVG, Canvas
32304 …All of the features of <canvas> are supported: gradients can be linear or radial, have multiple st…