Giter Site home page Giter Site logo

Comments (5)

paulushub avatar paulushub commented on June 12, 2024 1

Clearly broken, with the opacity set on the DrawingGroup

<DrawingGroup Opacity="0.70999997854232788" svg:SvgObject.UniqueId="38f37319-beb5-4ab1-8df5-5b7683d72a47">

it should not be set on the Brush and Pen within.

        <GeometryDrawing.Brush>
          <SolidColorBrush Color="#FF70C93F" Opacity="0.71" />
        </GeometryDrawing.Brush>
<DrawingGroup xmlns="..." xmlns:x="..." xmlns:svg="...">
  <DrawingGroup svg:SvgLink.Key="_SvgDrawingLayer">
    <DrawingGroup.ClipGeometry>
      <RectangleGeometry Rect="0,0,150.6658,149.1126" />
    </DrawingGroup.ClipGeometry>
    <DrawingGroup.Transform>
      <TranslateTransform X="0" Y="1.4210854715202004E-14" />
    </DrawingGroup.Transform>
    <DrawingGroup Opacity="0.70999997854232788" svg:SvgObject.UniqueId="38f37319-beb5-4ab1-8df5-5b7683d72a47">
      <GeometryDrawing>
        <GeometryDrawing.Brush>
          <SolidColorBrush Color="#FF70C93F" Opacity="0.71" />
        </GeometryDrawing.Brush>
        <GeometryDrawing.Pen>
          <Pen Thickness="1" StartLineCap="Flat" EndLineCap="Flat" LineJoin="Miter">
            <Pen.Brush>
              <SolidColorBrush Color="#FF223962" Opacity="0.71" />
            </Pen.Brush>
          </Pen>
        </GeometryDrawing.Pen>
        <GeometryDrawing.Geometry>
          <PathGeometry FillRule="Nonzero" Figures="..." />
        </GeometryDrawing.Geometry>
      </GeometryDrawing>
    </DrawingGroup>
  </DrawingGroup>
</DrawingGroup>

from sharpvectors.

paulushub avatar paulushub commented on June 12, 2024 1

Yes, about time, I will take it and others this weekend.

from sharpvectors.

paulushub avatar paulushub commented on June 12, 2024 1

@kikokuo It seems I have resolved this issue. Please can you verify the fix? Thank you.

from sharpvectors.

kikokuo avatar kikokuo commented on June 12, 2024 1

Hi,
After test latest commit, it's work. thank you for your help.

from sharpvectors.

kikokuo avatar kikokuo commented on June 12, 2024

Hi paulushub,
If it is bug, could we fix it?

from sharpvectors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.