Lines Matching refs:css
217 SPCSSAttr *css = sp_repr_css_attr_new();
226 sp_repr_css_set_property (css, "stroke-width", stroke_width.str().c_str());
227 sp_repr_css_set_property (css, "fill", "none");
231 sp_repr_css_set_property (css, "stroke", color_line);
233 sp_repr_css_set_property (css, "stroke", "#ff0000");
236 sp_repr_css_set_property (css, "stroke-linecap", stroke_linecap);
237 sp_repr_css_set_property (css, "stroke-linejoin", "miter");
238 sp_repr_css_set_property (css, "stroke-miterlimit", "4");
239 sp_repr_css_set_property (css, "stroke-dasharray", "none");
241 sp_repr_css_set_property (css, "stroke-opacity", "0.5");
243 sp_repr_css_set_property (css, "stroke-opacity", "1");
246 sp_repr_css_set_property (css, "marker-start", "url(#Arrow2Sstart)");
247 sp_repr_css_set_property (css, "marker-end", "url(#Arrow2Send)");
250 sp_repr_css_write_string(css,css_str);
252 sp_repr_css_attr_unref (css);
719 SPCSSAttr *css = sp_repr_css_attr_new();
720 sp_repr_css_set_property (css, "stroke", "none");
721 sp_repr_css_set_property (css, "fill", "#000000");
722 sp_repr_css_set_property (css, "fill-opacity", "1");
724 sp_repr_css_write_string(css,css_str);
726 sp_repr_css_attr_unref (css);
936 SPCSSAttr *css = sp_repr_css_attr_new();
944 sp_repr_css_set_property (css, "font-size", font_size.str().c_str());
945 sp_repr_css_set_property (css, "font-style", "normal");
946 sp_repr_css_set_property (css, "font-weight", "normal");
947 sp_repr_css_set_property (css, "line-height", "125%");
948 sp_repr_css_set_property (css, "letter-spacing", "0");
949 sp_repr_css_set_property (css, "word-spacing", "0");
950 sp_repr_css_set_property (css, "text-align", "center");
951 sp_repr_css_set_property (css, "text-anchor", "middle");
953 sp_repr_css_set_property (css, "fill", "#FFFFFF");
955 sp_repr_css_set_property (css, "fill", "#000000");
957 sp_repr_css_set_property (css, "fill-opacity", "1");
958 sp_repr_css_set_property (css, "stroke", "none");
960 sp_repr_css_write_string(css,css_str);
962 sp_repr_css_attr_unref (css);
983 SPCSSAttr *css = sp_repr_css_attr_new ();
986 sp_repr_css_set_property (css, "fill", color_line);
987 sp_repr_css_set_property (css, "fill-opacity", "0.5");
988 sp_repr_css_set_property (css, "stroke-width", "0");
990 sp_repr_css_write_string(css,css_str);
992 sp_repr_css_attr_unref (css);