mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 17:35:54 +03:00
[GH-ISSUE #790] Slovenian Flag - uncorrect #396
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#396
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JadranR on GitHub (Jan 11, 2021).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/790
Hi,

sorry, But Slovenian flag in application is not corrected.
After downloaded and installed last installation state is not changed.
With respect,
Jadran
@JadranR commented on GitHub (Jan 11, 2021):
Use png (not svg) for application.
@BornToBeRoot commented on GitHub (Jan 11, 2021):
More infos: https://github.com/BornToBeRoot/NETworkManager/issues/438
I convert the flag with ImageMagick from SVG to PNG
.\magick.exe convert -antialias -density 600 -background transparent -resize x48 en-US.svg en-US.pngAny idea why this happens?
@JadranR commented on GitHub (Jan 12, 2021):
Hi,



I suggest using the freeware application IrfanView app to convert: https://www.irfanview.com/
I changed the size of the PNG Slovenian flag in the 2362x1181 PNG format to 64x48 and the result is definitely the best compared to some other graphic editors. I am attaching the resulting PNG flag.
@JadranR commented on GitHub (Jan 12, 2021):
Converting from SVG format into PNG is promlematic case .... You can use application ReaConverter Pro 7.618: https://www.reaconverter.com/download/
I have fiew Personal serial number for legal use it. Please if you need one, write Me e-mail message. (I have 10 personal serial , donated from Authhor).
Regards,
Jadran
@JadranR commented on GitHub (Jan 28, 2021):
Hi
Existing integrated Slovenian Flag seen catastrofic.
,


I send you now Slovenian Flag 64x48 in PNG format, created with application IcoFX 3.3 .
Please, see attached screenshots for NOT TRANSLATED strngs (for GUI).
With respect,
Jadran
@BornToBeRoot commented on GitHub (Jan 28, 2021):
@JadranR You can edit your last post and remove the other issue.
The flag is still "broken", so please reopen this issue.
@JadranR commented on GitHub (Jan 28, 2021):
OK. Here are all materials :-))






Best regards,
Jadran
@Findus23 commented on GitHub (Jan 28, 2021):
Hi,
I'd strongly recommend you to use Inkscape for converting SVGs to PNGs.
It can be used from the commandline and automated and it works fine for this flag:
https://github.com/matomo-org/matomo-icons/blob/master/dist/flags/si.png
Something like
inkscape -h "$size" "$inputfile" -o "$outputfile"should be enough.