Re: [svgwg] SVG and CSS transform

That's not the way CSS works.  Properties are not additive like that.  You might consider doing something like:

```
<g class="line_2">
  <text class="column_4">no existing document </text>
</g>

```


-- 
GitHub Notification of comment by BigBadaboom
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/318#issuecomment-303616559 using your GitHub account

Received on Wednesday, 24 May 2017 04:46:33 UTC