Skip to content

The svg image is cropped #255

Answered by paulushub
tatarnikov-yura asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, I have confirmed the issue. The clip-path rect shown below is not well rendered. As a work-around, just remove this clip region, it will still be rendered without issue.

    <clipPath id="clip0_401_29779">
      <rect width="38" height="38" fill="white" transform="translate(5 5)" />
    </clipPath>

<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
  <g clip-path="url(#clip0_401_29779)">
    <path d="M24.0002 35.7618C30.4961 35.7618 35.7621 30.4959 35.7621 23.9999C35.7621 17.504 30.4961 12.238 24.0002
 12.238C17.5043 12.238 12.2383 17.504 12.2383 23.9999C12.2383 30.4959 17.5043 35.7618 24.0002 35.7618Z" fill="url(#paint0_linear_401_29779)"

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Japhics
Comment options

@paulushub
Comment options

@paulushub
Comment options

Answer selected by tatarnikov-yura
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants