Talk:Gosper curve
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||||||||||||
|
The two pictures in the beginning are not oriented the same way
[edit]You can easily notice the two tips are in different places on each picture. --TiagoTiago (talk) 03:01, 13 October 2012 (UTC)
Not content with merely discovering his glider gun is he?
[edit]=P --174.113.230.82 (talk) 09:24, 18 April 2013 (UTC)
Logo program
[edit]If the original coder wishes to include some comments in the code to indicate the meaning behind "rg" and "gl" that would be appreciated.— Preceding unsigned comment added by 220.239.171.181 (talk • contribs) 29 January 2015
Alias
[edit]Add “Gosper snowflake” to redirectory. Cup o’ Java (talk • edits) 23:18, 17 May 2015 (UTC)
It might worth noting the rules are reversed mirrors of each other.
[edit]A-> A-B--B+A++AA+B- B-> +A-BB--B-A++A+B B is the same rule as A in reverse, with the 'A's replaced with 'B's and the '+'s flipped with '-'s. Tat (talk) 06:29, 7 June 2017 (UTC)
External links modified
[edit]Hello fellow Wikipedians,
I have just modified one external link on Gosper curve. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:
- Added archive https://web.archive.org/web/20060112165112/http://kilin.u-shizuoka-ken.ac.jp/museum/gosperex/343-024.pdf to http://kilin.u-shizuoka-ken.ac.jp/museum/gosperex/343-024.pdf
When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.
This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}}
(last update: 5 June 2024).
- If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
- If you found an error with any archives or the URLs themselves, you can fix them with this tool.
Cheers.—InternetArchiveBot (Report bug) 14:22, 21 October 2017 (UTC)
SVG illustrations are not rendering correctly
[edit]The two SVG illustrations of the space-filling curve version are not rendering correctly. If the image is fully opened in a new tab, the black lines are visible, but they are transparent when shown on the page. The one for the fourth-stage iteration appears entirely blank, while the one for the unit shows only the red and green endpoint dots. --Dalek955 (talk) 19:10, 15 July 2024 (UTC)
- +1. If, seeing that there hadn't been any complaints for years, the certain libraries' update causing this aren't fixable, please create a workaround or update the images. 110.138.219.106 (talk) 07:23, 11 September 2024 (UTC)
- This is the case for both chrome and firefox on Linux as well. I've fixed up the perl source to actually run and tried regenerating the SVG file with proper bounding box and viewport. It passes the svgcheck.toolforge.org validator, but the commons SVG checker says (for every svg that I've uploaded, even a normal one out of inkscape):
- Loading file: gosper.svg
- Completed file reading!
- File size is: 24133 bytes
- Successfully parsed XML structure.
- Check finished!
- ERROR: Failed to render SVG file! There are many reasons for thatIt is not distinguishable if the rendered PNG was file was too big or a bug stopped the SVG renderer.
- Autopilot (talk) 17:07, 30 September 2024 (UTC)
- Adding an svg version to the header seems to allow it to work:
- I can't replace the existing image, so I've uploaded a new one.
- Autopilot (talk) 17:19, 30 September 2024 (UTC)