Artem Pavlenko

Results 235 comments of Artem Pavlenko

@kocio-pl - https://github.com/mapbox/windows-builds should be helpful.

@SMillerDev - `unicode_iterators` are still there but boost_1_83 re-arranged include directives e.g ``` grep -rn 'utf8_output_iterator' ../boost_1_83_0/boost ../boost_1_83_0/boost/regex/v5/icu.hpp:1199:inline utf8_output_iterator make_utf32_out(OutputIterator o, std::integral_constant const*) ../boost_1_83_0/boost/regex/v5/icu.hpp:1250:inline BaseIterator extract_output_base(const utf8_output_iterator& b) ../boost_1_83_0/boost/regex/v5/unicode_iterator.hpp:50:class utf8_output_iterator;...

https://github.com/mapnik/mapnik/tree/svg-group-render - initial group/element `opacity` implementation TODO: * [x] Unit tests * [x] Visual tests * [x] ~~Better names~~ going with `svg_group` for now. * [ ] Buffers caching logic...

```svg ``` ![image](https://user-images.githubusercontent.com/59056/202741567-8ef41d42-5937-4be4-90b7-11893025127b.png) ```svg ``` ![image](https://user-images.githubusercontent.com/59056/202740662-38994c63-64ba-418f-b142-72e1e00255c3.png) ```svg ``` ![image](https://user-images.githubusercontent.com/59056/202740359-a1b6582e-1ada-4848-adf1-3670ce59987e.png) ```svg ``` ![image](https://user-images.githubusercontent.com/59056/202741104-0191ac4d-fe45-46ba-a424-56bfb2c858f2.png)

```bash `svg2png` -h ... --opacity arg top level opacity (default: 1.0) ``` `svg2png octocat.svg -o` ![octocat](https://user-images.githubusercontent.com/59056/203597405-2892f5c3-9614-4cf3-aef0-b9f7e9f53a52.png) `svg2png octocat.svg -o --opacity=0.5` ![octocat](https://user-images.githubusercontent.com/59056/203597511-baa95117-1562-4ae1-b642-5fe91d569482.png)

@mathisloge https://github.com/mapnik/mapnik/actions/runs/3553784365/jobs/5969500737 There are some unresolved symbols on Windows, could you take a look?

@BergWerkGIS - is it possible that while freetype2 is updated run-time still uses old DLL ? Could you verify mapnik.dll is linked to correct freetype2 via "Dependency Walker" (depends.exe), please...

@springmeyer - not so quick :) . Remember, mapnik is C++ not C !! @lightmare > Anyway, I will probably rewrite at least color::to_hex_string, karma is plain overkill for something...

@lightmare @springmeyer - I think `colour` generators don't need a `phoenix` dust, I'll take a look at simplifying.