Giter VIP home page Giter VIP logo

resvg4juce's People

Contributors

janosgit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

resvg4juce's Issues

Scale factor in jb_SVGComponent is always 1

Hi,

I'm using Resvg4JUCE in a VST3 plugin because JUCE's svg support is lacking some functionalities. I've run into an issue when dealing with the DPI scaling factor on Windows (I did not test this on macOS).

In the resized() method of jb_SVGComponent, auto scale = juce::Desktop::getInstance().getDisplays().getDisplayForPoint (getBounds().getCentre())->scale; is always 1 on my display, when the scaling factor should be 2.5. This is apparently intentional in JUCE according to this post for instance Displays::Display::scale always 1.0 from within windows DAWs.

I've implemented the solution given in the above forum topic here https://github.com/Riuzakiii/Resvg4JUCE/commit/8e49fab7b53866d9c32dad5c23bff9027c64004b which seems to fix the problem. Do you see any issues with this fix ?

Thanks

Script to change crate-type before build

I think instead of maintaining a fork whose only purpose is to change the crate type, I suggest a script that alters the Cargo.toml before calling cargo build

Wrong bounds used to detect display

Hi,

I think using getBounds().getCentre() to find the current display of the app might be wrong, getScreenBounds().getCentre() should be used instead master...Riuzakiii:master.

I've tested this code with the Standalone version of a VST plugin, I now have the right scale factor for each of my displays.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.