Lines Matching defs:stop
560 Inkscape::XML::Node *stop = xml_doc->createElement("svg:stop");
561 stop->setAttribute("offset", "0");
562 stop->setAttribute("style", "stop-color:#000;stop-opacity:1;");
563 repr->appendChild(stop);
564 Inkscape::GC::release(stop);
565 stop = xml_doc->createElement("svg:stop");
566 stop->setAttribute("offset", "1");
567 stop->setAttribute("style", "stop-color:#fff;stop-opacity:1;");
568 repr->appendChild(stop);
569 Inkscape::GC::release(stop);