Add the SVG Preview render mode in place of the Vello option in the preferences#3797
Add the SVG Preview render mode in place of the Vello option in the preferences#3797
Conversation
Summary of ChangesHello @Keavon, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enables a new SVG preview render mode within the editor, providing users with a direct visual representation of their artwork's SVG export. Concurrently, it streamlines the rendering system by removing the Vello renderer preference, consolidating rendering decisions within the core logic. The changes ensure that the appropriate rendering pipeline (raster or SVG) is selected based on the active render mode and hardware capabilities, enhancing consistency and user experience. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
a95dcb6 to
bd7fa97
Compare
bd7fa97 to
4f584e9
Compare
7793600 to
c39b602
Compare
c39b602 to
f806a6e
Compare
Closes #3512
Followup work: remove the now-dead code for Outline render mode's SVG renderer, since we only want to keep the Vello implementation for that around from now on to simplify things as we phase out full support for non-WebGPU browsers. And we want to guard against any existing documents saved in Outline mode from attempting to draw in outline mode; those should be redirected to SVG Preview mode just like Normal (Vello) mode is.