efl/src/static_libs
junsu choi 35f17a13fa vg_load_svg: Support dasharray attribute for stroke
Summary:
It supports stroke-dasharray, one of the stroke properties of svg.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray

Test Plan:
[Test SVG]
<svg viewBox="0 0 30 10" xmlns="http://www.w3.org/2000/svg">
  <!-- No dashes nor gaps -->
  <line x1="0" y1="1" x2="30" y2="1" stroke="black" />

  <!-- Dashes and gaps of the same size -->
  <line x1="0" y1="3" x2="30" y2="3" stroke="black"
          stroke-dasharray="4" />

  <!-- Dashes and gaps of different sizes -->
  <line x1="0" y1="5" x2="30" y2="5" stroke="black"
          stroke-dasharray="4 1" />

  <!-- Dashes and gaps of various sizes with an odd number of values -->
  <line x1="0" y1="7" x2="30" y2="7" stroke="black"
          stroke-dasharray="4 1 2" />

  <!-- Dashes and gaps of various sizes with an even number of values -->
  <line x1="0" y1="9" x2="30" y2="9" stroke="black"
          stroke-dasharray="4 1 2 3" />
</svg>

Reviewers: Hermet, smohanty

Reviewed By: Hermet

Subscribers: kimcinoo, herb, cedric, #committers, #reviewers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12146
2020-09-15 12:11:49 +09:00
..
atspi here comes meson 2018-10-02 17:22:50 +02:00
buildsystem refactor build 2020-05-27 11:06:46 +02:00
draw refactor build 2020-05-27 11:06:46 +02:00
freetype freetype: Prevent lose of data when fixed point divide calculation. 2019-09-04 12:07:09 +09:00
http-parser here comes meson 2018-10-02 17:22:50 +02:00
libdrm here comes meson 2018-10-02 17:22:50 +02:00
libunibreak Revert "evas_textblock: rainbow flag emoji treated as two clusters(update unibreak to version 4.2)" 2020-09-01 13:00:33 +02:00
lz4 lz4 - sync to latest current lz4 upstream source 2020-01-28 11:17:51 +00:00
rg_etc refactor build 2020-05-27 11:06:46 +02:00
triangulator static/triangulator: resolve float compare warnings 2020-05-12 16:10:02 +02:00
vg_common vg_load_svg: Support dasharray attribute for stroke 2020-09-15 12:11:49 +09:00