Closed
Bug 557480
(tex-image-source)
Opened 15 years ago
Closed 14 years ago
MathML Torture Test: regenerate images of Tex rendering and add TeX source as alt text
Categories
(Core :: MathML, defect)
Core
MathML
Tracking
()
RESOLVED
FIXED
People
(Reporter: fredw, Assigned: fredw)
References
()
Details
(Keywords: helpwanted, Whiteboard: [good second bug])
Attachments
(1 file)
8.49 KB,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
The images of the torture test are currently gif images with indexed colors and without transparency. This gives a poor quality. I suggest regenerating them in png (a W3C standard BTW), getting rid of aliasing and using a transparent background. To to this, the expected method is to guess the original TeX source. This will also enable us to use this source as an alt text.
Assignee | ||
Updated•15 years ago
|
Alias: tex-image-source
Component: www.mozilla.org → MathML
Product: Websites → Core
QA Contact: www-mozilla-org → mathml
Version: unspecified → Trunk
Assignee | ||
Updated•14 years ago
|
Blocks: mathml-demos
Assignee | ||
Updated•14 years ago
|
No longer blocks: update-mathml-doc
Assignee | ||
Comment 1•14 years ago
|
||
The new images are now available on the page
https://developer.mozilla.org/en/Mozilla_MathML_Project/TortureTest
The TeX sources are from The TeXbook, and hence are probably protected by copyright. However, we can give the references as alt text:
1 (TeXbook, 16.2-16.3)
2 (TeXbook, 16.2-16.3)
3 (TeXbook, 17-17.1)
4 (TeXbook, 17-17.1)
5 (TeXbook, 17-17.1)
6 (TeXbook, 17.5-17.6)
7 (TeXbook, 17.5-17.6)
8 (TeXbook, 17.5-17.6)
9 (TeXbook, 17.7)
10 (TeXbook, 17.7-17.8)
11 (TeXbook, 16.2-16.3)
12 (TeXbook, 17.8)
13 (TeXbook, 17.9-17.10)
14 (TeXbook, 17.10)
15 (TeXbook, 16.2-16.3)
16 (TeXbook, 18.10-18.11)
17 (TeXbook, 18.12-18.13)
18 (TeXbook, 18.23)
19 (TeXbook, 18.23-18.24)
20 (TeXbook, 16.2-16.3)
21 (TeXbook, 18.40)
22 (TeXbook, 18.41)
23 (TeXbook, 18.42)
24 (TeXbook, 18.43)
25 (TeXbook, 16.2-16.3)
26 (TeXbook, 16.4-16.5)
27 (TeXbook, 16.4-16.5)
28 (TeXbook, 16.4-16.5)
Assignee | ||
Comment 2•14 years ago
|
||
Once the new images are used, we can remove them from mozilla.org (mathml/screenshots/)
Assignee | ||
Comment 3•14 years ago
|
||
This patch fixes this bug. The images mathml/screenshots/ex*.gif can be removed.
Comment 4•14 years ago
|
||
Comment on attachment 470555 [details] [diff] [review]
Add alt text and use png images
Nice images, thanks!
Attachment #470555 -
Flags: review?(karlt) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Thanks for all the reviews, Karl. Do you think it would be possible to take the patches for mozilla.org/projects/mathml now, or does the code freeze also apply to the website repository?
Comment 6•14 years ago
|
||
http://viewvc.svn.mozilla.org/vc?view=revision&revision=75204
The code freeze is just for mozilla-central, and only for files that are "part of the build". Tests, for example, can still be added without approval.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•14 years ago
|
||
(In reply to comment #6)
> http://viewvc.svn.mozilla.org/vc?view=revision&revision=75204
>
> The code freeze is just for mozilla-central, and only for files that are "part
> of the build". Tests, for example, can still be added without approval.
OK, thank you for the update. So I guess it is also possible to push the two rubber-stamped perl scripts of bug 534970 now?
Comment 8•14 years ago
|
||
Yes, possible, though mozilla-central tends to be busy and each push consumes resources, effectively slowing other pushes. So I won't push them until I have some other changes that can land.
You need to log in
before you can comment on or make changes to this bug.
Description
•