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

Image corruption when coded vector image with responsive support #1116

Open
InsurTechLab-Amp opened this issue Oct 7, 2024 · 0 comments
Open
Labels
pending-triage An issue that is pending triage

Comments

@InsurTechLab-Amp
Copy link

Describe the feature you'd like to request

The following is the auto-generated
The ViewBox portion of the code should not contain a backslash to allow for overriding

"overrides": {
  "icon": {
    "width": "47.26px",
    "height": "36.14px",
    "viewBox": "{\"minX\":0,\"minY\":0,\"width\":47.2599983215332,\"height\":36.13999938964844}",
    "paths": [
      {
        "d": "M 46.70122812182419 4.753108730...",
        "fillRule": "nonzero"
      },
      {
        "d": "M46.7012 4.75311 L42.0262 0.39045...",
        "fill": "rgba(239,240,240,1)",
        "fillRule": "nonzero"
      }
    ]
  },
  "CircleCheckboxSvg": {
    "width": "62px",
    "height": "62px",
    "borderRadius": "62px"
  }
}

Describe your use case and how the feature would improve your experience.

Vector images that are responsive can be used, and free image creation can be done in Figma format.

Describe alternatives you've considered

We use PNG images instead of vector images

Additional context

No response

@InsurTechLab-Amp InsurTechLab-Amp added the pending-triage An issue that is pending triage label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-triage An issue that is pending triage
Projects
None yet
Development

No branches or pull requests

1 participant