linebender / linebender/vello

Render the Freya logo

Open
#1,704 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
4.3k
Forks
300
Avg merge
2d 13h
Merged PRs (30d)
61

Description

The Freya logo (https://freyaui.dev/logo.svg):

Image

is a good test case real-world test case.

It is made up of a bunch of fills and linear gradients combined together with:

- The following filters: feFlood, feBlend, feGaussianBlur
- A (linear) graph of filter effects
- A vector mask

It currently renders like below in Blitz / anyrender_svg:

Image

Source code is:

```xml

```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the supplied Freya logo SVG and compare its expected rendering with the current Blitz/anyrender_svg output. Trace handling for the logo's linear gradients, filter effects, and vector mask; done means the logo renders correctly rather than like the shown current output.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.