> On Jan 3, 2017, at 12:10 PM, Crest Christopher <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;
> }

It is `path` with only one anchor point. How do you expect anything to be 
visible?

Besides, in SVG, it is `fill` and `stroke`.

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
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