Commons:Graphics village pump
This Graphics village pump aims to be technical support forum for all the local Labs, graphists (graphic artists), and volunteers interested in graphic works, and is a page where graphists and users from all the Labs can talk about graphics, tutorials, graphic software, help to build new Graphic Labs, etc. Also for exchanging opinions, ideas, protocols, and ways of improvement.
See also: Graphics abilities page | Graphic Tool | Project Insignia | Stroke Order Project | Current requests/discussions
To have the opinion of graphists check
Illustration Workshop | Map Workshop | Photography Workshop | Video and Sound Workshop |
Monthly archives | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 | – | – | – | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2008 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2009 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2010 | Jan | Feb | – | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2011 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | – | Dec |
2012 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2013 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | – | Dec |
2014 | Jan | Feb | Mar | Apr | May | – | Jul | Aug | Sep | Oct | Nov | Dec |
2015 | Jan | – | Mar | Apr | May | Jun | Jul | – | Sep | Oct | Nov | Dec |
2016 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | – | Nov | Dec |
2017 | – | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2018 | Jan | Feb | Mar | – | May | Jun | Jul | Aug | Sep | – | Nov | Dec |
2019 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | – | Nov | Dec |
2020 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | – | – | – |
2021 | – | – | Mar | Apr | – | Jun | Jul | Aug | Sep | – | – | – |
2022 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
2023 | Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec |
Topic-specific archives |
Cannot upload amended SVG file
[edit]Hi, I exported a graph from Libre Office Calc. It was not until I had uploaded the file that I noticed the y-axis legend text had failed to be exported.
I was able to edit the SVG, and get the file saved with *.odg extension. I was able to use an online website to convert the file to a SVG file.
Unfortunately, I am now unable to upload the revised file. I can view it okay in Libre Office Draw, but I am getting the following error message:
- This file contains HTML or script code that may be erroneously interpreted by a web browser. See the FAQ for more information.
Please can someone advise how I can overcome this, and get the second version of the svg file uploaded. Thanks in advance. Keith H99 (talk) 20:10, 4 May 2024 (UTC)
- Try to export from Draw directly into SVG - Gabuxae (talk) 08:47, 5 May 2024 (UTC)
- Thanks, this has now worked. Keith H99 (talk) 09:52, 5 May 2024 (UTC)
export svg in affinity designer without open curves experiencing a contour extension?
[edit]Hi everyone, I'm still new to wikimedia but I've already searched the forum for my problem and found nothing. The affinity forum and chatgpd don't have any relevant information for me either.
My problem: How do I export an svg in affinity designer without open curves experiencing a contour extension?
I would like to provide material here that can also be edited in every detail.
Many thanks in advance for all answers. FeineFauna (talk) 09:08, 14 June 2024 (UTC)
Map of state highlighting a county
[edit]- The SVG is flawed. I get the same display using Chrome.
id="West Virginia"
is not a valid XMLid
attribute.- a
clipPath
may contain ause
, but theuse
may not referenceg
element. See SVG clipPath Element which states, "If a use element is a child of a clipPath element, it must directly reference path, text or basic shapes elements. Indirect references are an error and the clipPath element must be ignored."
- Furthermore, the
id="state_outline"
is not stroked. The code is<use xlink:href="#state_outline" fill="white" stroke-width="298" />
- Although it supplies a
stroke-width
, it does not supplystroke="black"
. Ause
element does not acquire the context of the surroundingg
group. It does seem to work, though. - Better practice uses the
defs
element. - It's also simpler to use CSS.
- Quick fix just neuters the
clip-path="url(#state_clip_path)"
attribute so no clipping is done. - Category:Locator maps of counties of West Virginia is full of problem maps.
- Glrx (talk) 23:15, 21 June 2024 (UTC)
- Yeah, I'm seeing the same thing in basically all the states. Was there a change to the SVG to PNG interpreter rolled out recently? VanIsaac (en.wiki) 04:29, 22 June 2024 (UTC)
- Yes, but that is not the problem. The SVG source does not validate and does not work on modern browsers. Glrx (talk) 04:38, 22 June 2024 (UTC)
- Is there anything I can do to fix individual files on my watchlist? The coding discussion is "over my head". TwoScarsUp (talk) 15:50, 22 June 2024 (UTC)
- Looking at Category:Locator maps of counties of the United States by state, these states are affected:
- California, Colorado, Florida, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York (1 file), North Carolina, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, and Wyoming.
- That's 1,000 files.
- Glrx (talk) 22:29, 22 June 2024 (UTC)