Ah right, nothing is showing blue ?

Do you know off hand if you can change the point size ?

Tom Livingston wrote:
>
>
> On Mon, Jan 2, 2017 at 10:11 PM Crest Christopher
> <crestchristop...@gmail.com <mailto:crestchristop...@gmail.com>> wrote:
>
>     I've taken a step away from my web development projects to finish
>     other
>
>     projects and far from done so, bare with me if I forgot a thing or two
>
>     until the get the motor running :)
>
>     At this point I want to make the points visible and change the color,
>
>     they all have the same path class but I don't care about that, yet ;-)
>
>
>
>     I have a SVG which is strictly only the points of the SVG file made up
>
>     of a series of classes; the SVG points are not visible ?
>
>
>
>     HTML
>
>
>
>     <g id="Artwork_1_1_">
>
>         <g>
>
>             <g>
>
>                 <path class="st0" d="M73.3,73.1"/>
>
>
>
>     CSS
>
>     #Artwork_1_1_ .st0 {
>
>       color:blue;
>
>     }
>
>
>
>
>
>
> svg uses 'fill' and 'stroke'
>
> #Artwork_1_1_ .st0 {
>
>   fill:blue;
>
> }
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to