-
Notifications
You must be signed in to change notification settings - Fork 53
Comparing changes
Open a pull request
base repository: skia-python/skia-python
base: v134.b12
head repository: skia-python/skia-python
compare: v136.b13
- 14 commits
- 14 files changed
- 1 contributor
Commits on Mar 5, 2025
-
Roll skia m134 along (canvaskit/0.38.2-7617-g255f3fb830 to canvaskit/…
…0.38.2-7619-gfb519f2fe5)
Configuration menu - View commit details
-
Copy full SHA for d8eaef2 - Browse repository at this point
Copy the full SHA d8eaef2View commit details -
Upgrade skia to m135 (canvaskit/0.38.2-7619-gfb519f2fe5 to canvaskit/…
…0.38.2-7849-g6c2dc3e74e)
Configuration menu - View commit details
-
Copy full SHA for 794b80d - Browse repository at this point
Copy the full SHA 794b80dView commit details
Commits on Mar 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for de4bc69 - Browse repository at this point
Copy the full SHA de4bc69View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4907c - Browse repository at this point
Copy the full SHA fc4907cView commit details -
m135: SkPDF::MakeDocument(SkWStream*) changed behavior, needed to be …
…rewritten to give old behavior. m135: Use the new built-in callback SkPDF::JPEG::MetadataWithCallbacks as default constructor for SkPDF::Metadata; 2nd part of SkPDF::MakeDocument() breakage. m135: Fixes the 3rd SkPDF::MakeDocument(SkWStream*) constructor which uses DictToMetadata. Fixes #310 The m135 release note is misleading. `SkPDF::MakeDocument(SkWStream*)` is not deprecated (works with warning or works but not recommended for new code), but it now throws an error: Python 3.13.2 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> >>> import skia ... import pytest ... >>> stream = skia.DynamicMemoryWStream() >>> document = skia.PDF.MakeDocument(stream) ../../src/pdf/SkPDFDocument.cpp:713: fatal error: "Must set both a jpegDecoder and jpegEncoder to create PDFs" Milestone 135 ------------- * `SkPDF::MakeDocument(SkWStream*)` [one argument] has been deprecated and will be removed. This is because SkPDFMetdata has added 2 required fields `jpegDecoder` and `jpegEncoder`. In order to make a reasonable PDF, those must be supplied (using the two argument factory). To make these easier to supply `include/docs/SkPDFJpegHelpers.h` has been added, which will use Skia's built-in jpeg encoder and decoder.
Configuration menu - View commit details
-
Copy full SHA for b53c2cb - Browse repository at this point
Copy the full SHA b53c2cbView commit details
Commits on Mar 7, 2025
-
@pytest.mark.skip before @pytest.fixture has no effect (and now gener…
…ates warning). Mistakenly added a while ago
Configuration menu - View commit details
-
Copy full SHA for 046a539 - Browse repository at this point
Copy the full SHA 046a539View commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 65221b5 - Browse repository at this point
Copy the full SHA 65221b5View commit details
Commits on Apr 1, 2025
-
Move forward on m135 (canvaskit/0.38.2-7849-g6c2dc3e74e to canvaskit/…
…0.38.2-7854-gb99f146a03)
Configuration menu - View commit details
-
Copy full SHA for 0ea6ca8 - Browse repository at this point
Copy the full SHA 0ea6ca8View commit details -
Upgrade to m136 (from m135 canvaskit/0.38.2-7854-gb99f146a03 to canva…
…skit/0.40.0-11-g28685d899b)
Configuration menu - View commit details
-
Copy full SHA for 718cdd3 - Browse repository at this point
Copy the full SHA 718cdd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2a2ff - Browse repository at this point
Copy the full SHA 1b2a2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be0de7 - Browse repository at this point
Copy the full SHA 0be0de7View commit details
Commits on Apr 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f446748 - Browse repository at this point
Copy the full SHA f446748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d21e33 - Browse repository at this point
Copy the full SHA 4d21e33View commit details
Commits on Apr 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ac01599 - Browse repository at this point
Copy the full SHA ac01599View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v134.b12...v136.b13