Skip to content

begin_shape('POINTS') does not draw points #186

@ziyaointl

Description

@ziyaointl

Describe the bug
begin_shape('POINTS') does not draw points

To Reproduce

from p5 import *

def draw():
        begin_shape('POINTS')
        vertex(30, 20)
        vertex(85, 20)
        vertex(85, 75)
        vertex(30, 75)
        end_shape()

if __name__ == '__main__':
        run()

Expected behavior
For points appear on the screen.

Screenshots
Expected (from Processing Language):
Screen Shot 2020-06-20 at 9 32 05 AM

Actual:
Screen Shot 2020-06-20 at 9 32 24 AM

System information:

  • p5 release (version number or latest commit): 975f07e
  • Python version: 3.8.3
  • Operating system: MacOS 10.15.5

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions