N
N
Nikita Shchypylov2017-06-16 14:13:37
css
Nikita Shchypylov, 2017-06-16 14:13:37

Is it possible to fill path evenly?

And so, there is an svg-frame, it has a path

<svg width="360" height="360">
  <g transform="translate(180,180)">
    <g class="slices">
      <path title="JavaScript 33%" class="slice" style="fill: rgb(179, 217, 134);"></path>
      <path title="d3 33%" class="slice" style="fill: rgb(145, 199, 86);"></path>
      <path title="jQuery 33%" class="slice" style="fill: rgb(112, 179, 42);"></path>
    </g>
  </g>
</svg>

Is it possible to somehow fill it with color "gradually"? For example, from white to green?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Raphael™, 2017-06-16
@Nikulio

No

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question