You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@ All texts and numbers on the pages are able to be copied and pasted anywhere you
32
32
33
33
A button for getting back to the main page is provided on every profile page, directly below its title.
34
34
35
+
The equations page is intuitive to use: clicking the shape from the list on the left makes the math for that shape visible.
36
+
Some other extra features from MathJax library are also available when right-clicking on a equation, like the ability of zooming the expression or copying the LaTex string for further use.
37
+
35
38
## Known bugs and issues
36
39
37
40
#### Ellipse perimeter not exact
@@ -41,6 +44,11 @@ Notice that the more "squished" the ellipse, the more imprecise the result.
41
44
The formula has been updated to a better one - this one - in version 1.2 and the approximation is totally suitable for the intended use of this tool.
42
45
This might mean that it won't be upgraded to an even more precise calculation (infinite series are not infinite in programming).
43
46
47
+
#### Truncated material names
48
+
49
+
When a material is selected from the dropdown menu, often the name overflows the space available.
50
+
The issue will be solved in a future release.
51
+
44
52
## Next improvements to be added
45
53
46
54
Note: _The order of this list might not match the order these features will be added through next versions._
@@ -60,9 +68,9 @@ _Release date: July 25, 2021_
60
68
61
69
_Work Time: 11h 30min_
62
70
63
-
-Added equations page, showing formulas and symbols used in the tool
64
-
-Changed the footer in a sidebar
65
-
- Bugs can be reported via Github or Google module, from the "Credits" popup
71
+
-Footer has been changed in a sidebar on the right
72
+
-Added equations page showing formulas and symbols used in the tool
73
+
- Bugs can be reported via Github or Google modules, from the "Credits" popup
66
74
67
75
#### v1.2
68
76
@@ -98,8 +106,9 @@ First release composed by an index page and 13 standard shapes to choose. Tables
0 commit comments