-
Notifications
You must be signed in to change notification settings - Fork 132
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
[feature request]basic shapes 'triangle' element #954
Comments
That's basically the All in all – I don't think we need an additional element for this. |
Appreciate the reply and thank you for your time. I do not know how helper libraries write the code to the browser and cannot help with this. Steps to get plot points: I originally used openboard to plot the points and used a CAD file of a 360 tooth gear. I then plotted points 90/91 in between a fourth of the gear with a mouse. Then used a spreadsheet to put the points in and transcribe them. (you can also create a scatterplot chart) A cartesian coordinate system or a pixel coordinate system may give you problems. |
herrstrietzel -- "All in all – I don't think we need an additional element for this." You may be right, it may be a math problem. I was hoping to use SVG to do other things with SVG such as A. help solve math problems B. movie format C. Screensavers. D. video games I know these have different systems, standards and requirements. So this may be a huge error on my part. Carry on then. |
I'm not sure I got you right. Frankly I don't quite understand how a native SVG |
Example comparing analog to digital Other algorithm for polygon: number of triangles=number of sides
have to agree a lot!!! :-) I have tried writing code manually... in SVG it still looks bad and it still looks like a circle, got partially done you have to scroll down on the test file. Didn't plot a full 360 polygon. it is a demo. svgtest.html.txt without .txt is an SVG file viewable in a browser. svgtest.html.txt is an SVG file of 360 dots, possibly outputted from Inkscape. Some people use AWK (linux) to help The reason why I didn't show a lot of work is because I didn't want to confuse people here and I make mistakes... |
A Q&A platform like stackexchange/stackoverflow or reddit is definitely more suitable to find a solution. |
Greetings;
Intro:
I am requesting a basic shape similiar to the line element. Stated here: https://www.w3.org/TR/SVG2/shapes.html#LineElement
Proposal: have a triangle element with 3 x,y svg coordinates. connected.
Thanks.
The text was updated successfully, but these errors were encountered: