Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Svg and icon support #111

Merged
merged 11 commits into from
Dec 16, 2019
Merged

Svg and icon support #111

merged 11 commits into from
Dec 16, 2019

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    8032428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a88aae5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5696afc View commit details
    Browse the repository at this point in the history
  4. Improved dpi handling

    Maldela committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    f737c6d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    895eaef View commit details
    Browse the repository at this point in the history
  2. Renamed Icon widget to Svg and gave it separate width and height.

    The aspect ratio is now preserved like in the `Image` widget.
    Maldela committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    27717bc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    09707f2 View commit details
    Browse the repository at this point in the history
  2. Update Svg documentation

    hecrj committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    6ba2461 View commit details
    Browse the repository at this point in the history
  3. Add svg example

    hecrj committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    aa29849 View commit details
    Browse the repository at this point in the history
  4. Put svg rendering behind a feature gate

    This reduces binary size when SVG supoprt is not needed.
    hecrj committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    232d487 View commit details
    Browse the repository at this point in the history
  5. Cache Svg load result properly

    This avoids trying to reload the file constantly on every frame.
    hecrj committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    514ccf8 View commit details
    Browse the repository at this point in the history