Skip to content
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

freehand and a straight line style (jagged draw) #232

Open
iberck opened this issue Dec 8, 2022 · 9 comments
Open

freehand and a straight line style (jagged draw) #232

iberck opened this issue Dec 8, 2022 · 9 comments
Labels
Under analysis Problem not yet duplicated or understood

Comments

@iberck
Copy link

iberck commented Dec 8, 2022

When drawing freehand and a straight line style, the draw appears "jagged".

Video with actual behaviour and expected behaviour:

https://www.evernote.com/l/AQKhN2TRFGBMs7rRyuL96hzhKgZMolHsbv4/

@pubpub-zz
Copy link
Owner

This could be due to machine performances, Can you try increasing priority of ppInk. to High and retry?

@iberck
Copy link
Author

iberck commented Dec 8, 2022

This could be due to machine performances, Can you try increasing priority of ppInk. to High and retry?

I'm on windows 10, how do I raise the priority?

@pubpub-zz
Copy link
Owner

task manager => right click on the program and you will get the option

@iberck
Copy link
Author

iberck commented Dec 8, 2022

it seems that the problem persists

https://www.evernote.com/shard/s258/sh/44bfa31c-7014-848c-7e72-7e120c6163d1/945eaa7ae0c80feb02540be58cb3fea3

It is not shown in the video but I tried with different priorities and the result is the same

@pubpub-zz
Copy link
Owner

I had this issue a long time ago, linked to execution/performances. I will have a look to see what can be improved

@iberck
Copy link
Author

iberck commented Dec 8, 2022

I had this issue a long time ago, linked to execution/performances. I will have a look to see what can be improved

I don't know if it has something to do or if it's part of the normal behavior, but when you draw with a curved line, the price flickers a bit, it doesn't matter if you change the priority of the process, or if you run it as administrator because the result is the same:

https://www.evernote.com/l/AQLk9xIMfElEBK3ySWGGEoUyBtRyYGTh0bg/

@iberck
Copy link
Author

iberck commented Dec 8, 2022

both issues are resolved when you disable the smooth curves option:

image

@pubpub-zz
Copy link
Owner

good guess!
this assert the way some curve are extracted. When asserted the programs extracts the points through an dedicated bezier function : their code seems to be not so good...

I will add a note about it in the main page

@iberck
Copy link
Author

iberck commented Dec 9, 2022

Update:

To a lesser extent but despite deactivating the "smooth curves" option, the pencil continues with chopped lines:

https://www.evernote.com/l/AQLJjWQu0e9Pyrree_FHz9AB2rjrLbzggnM/

@pubpub-zz pubpub-zz added the Under analysis Problem not yet duplicated or understood label Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Under analysis Problem not yet duplicated or understood
Projects
None yet
Development

No branches or pull requests

2 participants