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

Interpolated line symbol layers are broken when applied to layout polyline items as well as line annotations #45028

Closed
2 tasks done
nirvn opened this issue Sep 11, 2021 · 0 comments · Fixed by #45164
Closed
2 tasks done
Assignees
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Symbology Related to vector layer symbology or renderers

Comments

@nirvn
Copy link
Contributor

nirvn commented Sep 11, 2021

What is the bug or the crash?

Any symbol's interpolated line layer will fail to render anything when used with a layout polyline item or a line annotation.

Steps to reproduce the issue

  1. Create a new layout
  2. Add a polyline item
  3. Edit its symbol, set the symbol layer to 'interpolated line'
  4. Notice it failing

Versions

QGIS 3.20, QGIS master

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

  • I tried with a new QGIS profile

Additional context

No response

@nirvn nirvn added Symbology Related to vector layer symbology or renderers Bug Either a bug report, or a bug fix. Let's hope for the latter! labels Sep 11, 2021
@nyalldawson nyalldawson self-assigned this Sep 20, 2021
nyalldawson added a commit to nyalldawson/QGIS that referenced this issue Sep 21, 2021
Instead we should ALWAYS use the provided points for rendering symbol
layers, or the symbol layer will be broken in various circumstances
(e.g. when used outside of a vector layer)

Fixes qgis#45028
nyalldawson added a commit that referenced this issue Sep 21, 2021
Instead we should ALWAYS use the provided points for rendering symbol
layers, or the symbol layer will be broken in various circumstances
(e.g. when used outside of a vector layer)

Fixes #45028
espinafre pushed a commit to espinafre/QGIS that referenced this issue Sep 29, 2021
Instead we should ALWAYS use the provided points for rendering symbol
layers, or the symbol layer will be broken in various circumstances
(e.g. when used outside of a vector layer)

Fixes qgis#45028
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Symbology Related to vector layer symbology or renderers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants