Paul LeBeau

Results 67 comments of Paul LeBeau

Thanks for your report. What does "not working" mean exactly?

Thanks. This looks useful. I'll look through the code as soon as I have a bit of time, and add some comments.

Hi Thank you for the bug report. The problem with this file is that it uses ``, which is a new SVG 2 feature that I don't support yet. If...

Updated bug title to make it a feature request for `mask-type` support.

Ok thanks. I'm using Skija as part of a compose-jb app I'm tinkering with. Will compose-jb eventually be switching to your fork? Is there a discussion somewhere I can read...

@pragmatrix Installed latest LLVM, and updated to VS Build Tools 2019. `cargo build -vv` now gives me: ```` Synchronizing Skia dependencies Skipping "../src". skia\third_party/externals/expat @ e976867fb57a0cd87e3b0fe05d59e0ed63c6febb skia\third_party/externals/zlib @ eaf99a4e2009b0e5759e6070ad1760ac1dd75461 skia\third_party/externals/libjpe......

Used this: (is this the right way to do it?) ``` [dependencies.skia-safe] features = ["webp"] git = "https://github.com/pragmatrix/rust-skia" branch = "improve-win-vc-resolver" ``` Build result: ``` [...snip...] Running `C:\Users\Paul\DevelopmentWorkspaces\IdeaProjects\rust_win_skia_test\target\debug\build\skia-bindings-11a3705e3bc6beed\build-script-build` [skia-bindings 0.37.0]...

- Cloned to fresh directory - cargo build -vv - tried both normal Command Prompt and PowerShell Built a lot of stuff, with some warnings. But ended with the following:...

Got a lot further. But seems to end with an error at link time.... ```` [679/679] link skia.lib cargo:rerun-if-changed=src/bindings.cpp cargo:rerun-if-changed=src/svg.cpp cargo:rerun-if-changed=C:\Users\Paul\rustbug\rust-skia\skia-bindings\skia\include cargo:rerun-if-env-changed=SDKROOT COMPILING BINDINGS: ["src/bindings.cpp", "src/svg.cpp"] running: "C:\\Program Files (x86)\\Microsoft...