Skip to content

v2.2.0

Compare
Choose a tag to compare
@TrySound TrySound released this 01 Mar 22:33

Wow, two minor releases in a row. There is a big reason for that. We got a new logo! See it in readme. Big thanks to @DerianAndre.

There were also implemented brand new path data parser and stringifier (#1378 and #1387) to do more reliable transformations and produce smaller svg.

A cup of small fixes

  • fixed optimisation when stroke-linecap=round is specified (7901588)
  • prevented transform applying when inline style is present (79dbb4b)
  • apply transform to stroke-dasharray and stroke-dashoffset (dd37fcf)
  • fixed removing hidden elements when descendant enables visibility (d06747a)
  • fixed removing elements with zero opacity inside clipPath (9d67586)
  • fixed removing empty mask which can hide elements by id (d14315b)
  • fixed removing stroke-width when marker-end is specified (3639156)
  • fixed <tspan> inside <a> (091172a)

Thanks to @sk- @XhmikosR @deepsweet and @TrySound