Discuss Scratch
- Discussion Forums
- » Suggestions
- » Pen should be vector, or something less pixelated.
- theonlygusti
-
1000+ posts
Pen should be vector, or something less pixelated.
When I view a pen project in full-screen, you can see the pixelation at the edges of curves and diagonal lines: why?
This seems like something which could, and should, be easily fixed.
This seems like something which could, and should, be easily fixed.
- Penguin9090_new
-
500+ posts
Pen should be vector, or something less pixelated.
Like this:
If it was like this, support. Sometimes I want the pixellated version for Pen
set pen to [vector v]::pen????
set pen to [bitmap v]::pen
If it was like this, support. Sometimes I want the pixellated version for Pen
- theonlygusti
-
1000+ posts
Pen should be vector, or something less pixelated.
No, not like that: it should just adjust the pen to the size of the player. Currently it seems like it first draws everything with the pen, then scales it to full screen, which results in pixelation. Instead, it should scale measurements, then draw it. Like this:set pen to [vector v]::pen????
set pen to [bitmap v]::pen
If it was like this, support. Sometimes I want the pixellated version for Pen
- Penguin9090_new
-
500+ posts
Pen should be vector, or something less pixelated.
Oh I get it now.SupportNo, not like that: it should just adjust the pen to the size of the player. Currently it seems like it first draws everything with the pen, then scales it to full screen, which results in pixelation. Instead, it should scale measurements, then draw it. Like this:set pen to [vector v]::pen????
set pen to [bitmap v]::pen
If it was like this, support. Sometimes I want the pixellated version for Pen
- Scratchifier
-
1000+ posts
Pen should be vector, or something less pixelated.
Definite support - this is quite annoying! Same with stamping vector objects.
- Prinseskat
-
1000+ posts
Pen should be vector, or something less pixelated.
Why would I not support?
- kvackkvack
-
500+ posts
Pen should be vector, or something less pixelated.
Support! This is one of the things that nobody can no support on, I think - just something 100% positive.
- gatzke
-
100+ posts
Pen should be vector, or something less pixelated.
I agree.
I avoid using the pen entirely because of the poor graphics it results in. I try to teach folks to only use vector everything all the time, so it can scale up nicely.
I avoid using the pen entirely because of the poor graphics it results in. I try to teach folks to only use vector everything all the time, so it can scale up nicely.
- TechEpic
-
100+ posts
Pen should be vector, or something less pixelated.
huh….. i made a similar post and everyone got mad and said no support. SUPPORT!!!!!!
- Sonickyle
-
1000+ posts
Pen should be vector, or something less pixelated.
If it's optional, then I support.
Otherwise it would make projects really laggy.
Otherwise it would make projects really laggy.
- stickfiregames
-
1000+ posts
Pen should be vector, or something less pixelated.
I think the pen would have to be bitmap, but it should be at the resolution of the player (whether it is fullscreen or 480x360) rather than being locked at 480x360, so support for that.
I'm not sure if vector pen would be possible, since it would have to create a new vector object for each pen stroke, and those objects could only be deleted with clear, I don't see how it could be done without causing too much lag.
I'm not sure if vector pen would be possible, since it would have to create a new vector object for each pen stroke, and those objects could only be deleted with clear, I don't see how it could be done without causing too much lag.
Last edited by stickfiregames (April 12, 2015 20:55:02)
- Scratchter03
-
100+ posts
Pen should be vector, or something less pixelated.
Love it! Support!
- TechEpic
-
100+ posts
Pen should be vector, or something less pixelated.
compare https://scratch-mit-edu.ezproxyberklee.flo.org/projects/56250072/ to http://phosphorus.github.io/#56250072 the pen is vector but rendered before being scaled apparently phosphorus scales it before.
- Discussion Forums
- » Suggestions
-
» Pen should be vector, or something less pixelated.