Skip to content

add g svg element#5360

Merged
adhami3310 merged 1 commit intomainfrom
carlos/g-svg-component
May 29, 2025
Merged

add g svg element#5360
adhami3310 merged 1 commit intomainfrom
carlos/g-svg-component

Conversation

@carlosabadia
Copy link
Copy Markdown
Contributor

@carlosabadia carlosabadia commented May 29, 2025

rx.el.svg(
    rx.el.g(
        rx.el.circle(cx=40, cy=40, r=25),
        rx.el.circle(cx=60, cy=60, r=25),
        fill="white",
        stroke=rx.color("green", 9),
        stroke_width="1",
        stroke_opacity=5,
        fill_opacity="1",
        transform="rotate(20 50 50)",
    ),
    viewBox="0 0 100 100",
    xmlns="http://www.w3.org/2000/svg",
)

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented May 29, 2025

CodSpeed Performance Report

Merging #5360 will not alter performance

Comparing carlos/g-svg-component (0208681) with main (ff3343a)

Summary

✅ 8 untouched benchmarks

@adhami3310 adhami3310 merged commit 0c35a29 into main May 29, 2025
42 checks passed
@adhami3310 adhami3310 deleted the carlos/g-svg-component branch May 29, 2025 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants