Searched refs:repr_new (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dgradient-chemistry.cpp261 Inkscape::XML::Node *repr_new = gr_new->getRepr(); local
263 repr_new->setAttribute("gradientUnits", repr->attribute("gradientUnits"));
264 repr_new->setAttribute("gradientTransform", repr->attribute("gradientTransform"));
265 repr_new->setAttribute("spreadMethod", repr->attribute("spreadMethod"));
267 repr_new->setAttribute("cx", repr->attribute("cx"));
268 repr_new->setAttribute("cy", repr->attribute("cy"));
269 repr_new->setAttribute("fx", repr->attribute("fx"));
270 repr_new->setAttribute("fy", repr->attribute("fy"));
271 repr_new->setAttribute("r", repr->attribute("r"));
273 repr_new
[all...]

Completed in 12 milliseconds