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

Partial stroke painting #1543

Closed
mo8it opened this issue Jan 6, 2022 · 1 comment
Closed

Partial stroke painting #1543

mo8it opened this issue Jan 6, 2022 · 1 comment

Comments

@mo8it
Copy link

mo8it commented Jan 6, 2022

Problem

The stroke of poly is only partially painted. See example below.

Input

julia> using GLMakie

julia> poly(Circle(Point(0.0, 0.0), 1), strokecolor=RGBAf(1.0, 0.0, 0.0, 1.0), strokewidth=5, color=RGBAf(0.0, 0.0, 0.0, 0.0))

Output

image

Expected

Circle as stroke.

Version

julia> versioninfo()
Julia Version 1.7.1
Commit ac5cc99908 (2021-12-22 19:35 UTC)
Platform Info:
  OS: Linux (x86_64-redhat-linux)
  CPU: AMD Ryzen 7 5800H with Radeon Graphics
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-12.0.1 (ORCJIT, znver3)
Environment:
  JULIA_NUM_THREADS = 16

GLMakie v0.4.7
Makie v0.15.3

@mo8it mo8it changed the title Partial stroke paint Partial stroke painting Jan 6, 2022
@SimonDanisch
Copy link
Member

Ugh, cant replicate this on master/tagged :( So, I guess this is a duplicate of:
#1460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants