Artem Pavlenko

Results 235 comments of Artem Pavlenko

https://dev.w3.org/SVG/modules/filters/publish/SVGFilter.html - it's a handful :) @wafisher - if you have access to Adobe Illustrator, could you try creating simple SVG with a shadow and exporting it as `SVG Tiny...

> I was able to create the same SVG in Adobe Illustrator. I've uploaded it here. I'm using Mapbox to display these SVG's and the shadow didn't carry into Mapbox...

@wafisher could you post original DropletShadow.svg (with feDropShadow filter), pls?

@wafisher - I'm trying to estimate what basic support for `` might look like. As you mentioned there are various ways to implement "shadow" effect in SVGs. Here are two...

@comiquita - it's not clear what compiler is used at `configure` stage, could you post complete stderr? Also, you don't need to build `llvm/clang++` from source you can use `clang`...

@comiquita Most likely you have multiple versions of various libraries installed which are clashing but I'm only guessing.. Here is what is working for me using boost 1_80 compiled from...

@comiquita - this is what I used to build boost_1_80 ```bash echo "Building and installing Boost libraries with c++20/libstdc++ ..." CC="/usr/bin/clang" \ CXX="/usr/bin/clang++" \ ./b2 include="/usr/include" library-path="/usr/lib/x86_64-linux-gnu" toolset=clang cxxflags="-std=c++20" linkflags=""...

> @artemp do you had any chance to review this? :) Happy New Year @mathisloge :) ! Q. How to ensure static build favours linking to static (*.a) dependecies? E.g...

> Debian 12 is released and comes with proj 9.1.1! https://packages.debian.org/bookworm/libproj25 Are there any plans to solve this issue? @kachelmann - could you describe exactly what's the issue?

@simongroom - you mentioned macOS 14.4.1 but is it `x86_64` or `arm64`? FYI, there is no binaries in `4.5.9` for `arm64` (macbooks M1,M2,M3 etc). Binaries for `arm64` are planned to...