-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
edges are cut off and there is a white background when capturing in devices below API 29 #170
Comments
@naikon33 can you show a example of how you're using a modifier? |
yes , here is part of the code that is responsible for zooming out and zooming in `Capturable(
I can’t understand why saving with distance doesn’t work on devices with API<29 but it works on devices with API>29 |
I'm using the library version: implementation "dev.shreyaspatil:capturable:1.0.3" |
Can you try with the latest version please and with the latest modifier API? |
I used the latest versions and even installed the latest version implementation "dev.shreyaspatil:capturable:2.1.0" . But this did not help, everything is also cut off in API below 29 |
Are you maintaining modifier order properly with the latest version's implementation? |
yes, if this were not so, then saving with distance would not work correctly in API>29 |
This is my order:
|
and here's my implementation:
|
Don't use Use |
I'm not sure on this, but I think this is happening because of translation and scale applied via |
Well, graphicsLayer() is needed to zoom out and these distant places are cut off.P.s it turns out that the edges are cut off only in API 28; in other versions everything works correctly. Then why is the problem with API 28? |
Probably fixed in |
I use Capturable to capture the canvas and save it in the gallery. The problem occurs on devices with API<29 when I zoom out from the canvas with the graphicsLayer to add additional pictures. Distant parts are simply cut off and so on only in devices with API<29, but on devices above everything is captured perfectly without cutting, etc. How can this be fixed?
The text was updated successfully, but these errors were encountered: