Skip to content

Blurred #156

@Bao2080

Description

@Bao2080
Screenshot 2024-10-15 at 4 17 38 PM

Angular 18, Standalone.
html code:

<foreignObject x="241.73" y="430.1" width="100" height="100" >
  <div class="ngx-ahu-g4pf">
    <ngx-gauge
      style="background-color: white;"
      [value]="numberGauge" 
      [size]="80" 
      [label]="''"
      [append]="'Pa'" 
      [margin]="0"
      [min]="0" 
      [max]="100" 
      [thick]="5" 
      [type]="'arch'"
      [thresholds]="thresholds">
    </ngx-gauge>
  </div>
</foreignObject>

I have tried resizing. But the lines are still blurry whether they are inside the SVG or not.
How can I solve this situation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions