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

Wrong size of svg marker in point pattern fill (with data defined properties) #18930

Closed
qgib opened this issue Jun 10, 2014 · 4 comments
Closed
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Symbology Related to vector layer symbology or renderers
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jun 10, 2014

Author Name: zicke - (zicke -)
Original Redmine Issue: 10520
Affected QGIS version: master
Redmine category:symbology


The size of the svg marker changes only by panning from time to time. It should only change its size by zooming since an expression is used for the size of the marker:

CASE
WHEN $scale < 750 THEN 5.6
WHEN $scale >= 750 AND $scale < 1250 THEN 4
WHEN $scale >= 1250 AND $scale < 3000 THEN 2.8
WHEN $scale >= 3000 THEN 2
END

Testproject is attached (should look like attached screenshot).


@qgib
Copy link
Contributor Author

qgib commented Jun 10, 2014

Author Name: zicke - (zicke -)


It seems that mScaleMethod in QgsSvgMarkerSymbolLayerV2::renderPoint() changes randomly. No idea why. And then the root is extracted.

@qgib
Copy link
Contributor Author

qgib commented Jun 12, 2014

Author Name: zicke - (zicke -)


#1449


  • pull_request_patch_supplied was changed from 0 to 1

@qgib
Copy link
Contributor Author

qgib commented Jun 12, 2014

Author Name: Martin Dobias (@wonder-sk)


Fixed in changeset "c49e38c39c9d687fdd99279997995229d4027055".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Jun 12, 2014

Author Name: Martin Dobias (@wonder-sk)


  • fixed_version_id was configured as Version 2.4

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Symbology Related to vector layer symbology or renderers labels May 25, 2019
@qgib qgib added this to the Version 2.4 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
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

No branches or pull requests

1 participant