skia-python icon indicating copy to clipboard operation
skia-python copied to clipboard

Python binding to Skia Graphics Library

Results 94 skia-python issues
Sort by recently updated
recently updated
newest added

I'm working on my project to create patterns from svg code, but I have problem. It turns out that documentation doesn't provide explanation why SVGDOM is returning none. Anyway, I...

question

**Describe the bug** As described in the title, when building docker image on Apple M1, I get the error above. I'm using python:3.10.2 image, but got the same error with...

**Describe the bug** Sir, I need to export a Pillow image with a background (255, 255, 255, 0), I use this code to initialize the Skia to try to set...

It seems the SVG canvas does not apply any patheffects for canvas.drawRect(...) ``` from IPython.core.display import SVG import io stream = skia.DynamicMemoryWStream() canvas = skia.SVGCanvas.Make((100, 100), stream) rect = skia.Rect(10,...

**Describe the bug** Is not a skia-delphi package issue but a miss on requirements when used in windows OSs. > import skia return error: ImportError: DLL load failed while importing...

bug

Hi, @kyamagu , @jljusten , I'd like to report a vulnerability issue in **skia-python_87.4**. ### Dependency Graph between Python and Shared Libraries ![image](https://user-images.githubusercontent.com/101270230/160656139-74c1f07a-4e53-4a26-9c39-480e56207b86.png) ### Issue Description As shown in the...

enhancement

**Is your feature request related to a problem? Please describe.** Intellisense/autocomplete doesn't work in Visual Studio Code when using Pylance as the language server. It works when using Jedi or...

enhancement

Hi, I apologize, this isn't an issue report, I just couldn't find where to ask this and I just need this: How do I create a rounded rect shadow (`box-shadow:...

**Is your feature request related to a problem? Please describe.** Current releases do not include `musllinux` binary packages. **Describe the solution you'd like** Add `musllinux` build in CI. This would...

enhancement

**Describe the bug** Rendered output looks different from browser (chrome - v96/firefox - v95/safari - v15.1). Source SVG: `https://storage.cloud.google.com/lumen5-prod-lottie/test.svg` SVG Rendered using browser (GOOD) SVG Rendered using skia-python (BAD) The...

enhancement