-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 1 reply
-
It have already been solved. Only need removed GraphicsView's Transparent. |
Beta Was this translation helpful? Give feedback.
-
Hello, i have the same problems, but how have you remove graphicsview's transparancy ? When if a set a backgroundcolor, the color doesn't appear Thanks |
Beta Was this translation helpful? Give feedback.
-
PreviousCode
CurrentCode
|
Beta Was this translation helpful? Give feedback.
-
PreviousCode
CurrentCode
|
Beta Was this translation helpful? Give feedback.
-
Good morning, sorry to come back to this, but I still can't make a clean scale. Even if I don't set the opacity on my GraphicsView and change the size of my stroke, the rendering is blurred after the scale. either on the rectangle or on the text. Do you have the same problem on text ? Before scaling : After scaling x6 : My code :
Thanks |
Beta Was this translation helpful? Give feedback.
-
In actual, I didnot find better way to resolve this problem. I found if I scaled a GraphicsView, the Icanvas actual size doesnot changed, 1px always 1px, and 1px display as 2px, so it was blurred. |
Beta Was this translation helpful? Give feedback.
-
Ok thanks you for your answer. I worked a lot with WPF and I am afraid that MAUI is not yet up to date with the drawings |
Beta Was this translation helpful? Give feedback.
-
I am having the same issues only using DrawImage. From what I observe, the problem is that the scale is applied after the graphics view has been drawn. So fuzziness will naturally occur. Two work arounds that I am trying are:
number 2) should be a better solution, but I have not been able to pull it all together yet. |
Beta Was this translation helpful? Give feedback.
It have already been solved. Only need removed GraphicsView's Transparent.