Perhaps this is a minor thing, but I've been finding it really irritating that anything in the spec document pdf (both 2.0 and 2.0.1) which is in 'code' style (i.e. the monospaced font) and contains underscores or spaces (which is nearly everything in the document) can't be copied correctly or searched. For instance, looking at ASCFDL_Specification_v2.0.1.pdf in Mac's (OS 26.4.1) Preview tool, if I try to search for fit_method, you get "No Results Found". As I see it clearly on page 3, so I copy it and paste it into this ticket and I get
fit
method
It's particularly difficult when I want to quote the spec. Here is a copy-pasted version of the third sentence from section 7.4.12
If maximum
maximum
_
dimensions is defined and pad
to
maximum = true, then round has no effect due to
_
_
_
dimensions already being defined.
And I think any actual code sections should be copy-pastable for users to experiment with their own code. Here is the example canvas from Section 7.3.4, directly copy-pasted into this ticket
"canvases": [
{
"label": "Open Gate RAW"
"id": "20220310"
,
,
"source
canvas
id": "34256345"
_
_
,
"dimensions": { "width": 4448,
"height": 3096 },
"effective
_
dimensions": { "width": 4006,
"height": 2788 },
"effective
anchor
_
_point": { "x": 222.0,
"y": 155.0 },
"photosite
_
dimensions": { "width": 4448,
"height": 3096 },
"physical
_
dimensions": { "width": 36.7,
"height": 25.54 },
"anamorphic
_
squeeze": 1.0
}
]
Which of course is not valid code. Even pasting this 'with formatting' into a Word document mangles it in the same way (though nicely preserves the color of the text).
Perhaps this is a minor thing, but I've been finding it really irritating that anything in the spec document pdf (both 2.0 and 2.0.1) which is in 'code' style (i.e. the monospaced font) and contains underscores or spaces (which is nearly everything in the document) can't be copied correctly or searched. For instance, looking at ASCFDL_Specification_v2.0.1.pdf in Mac's (OS 26.4.1) Preview tool, if I try to search for fit_method, you get "No Results Found". As I see it clearly on page 3, so I copy it and paste it into this ticket and I get
fit
method
It's particularly difficult when I want to quote the spec. Here is a copy-pasted version of the third sentence from section 7.4.12
If maximum
maximum
_
dimensions is defined and pad
to
maximum = true, then round has no effect due to
_
_
_
dimensions already being defined.
And I think any actual code sections should be copy-pastable for users to experiment with their own code. Here is the example canvas from Section 7.3.4, directly copy-pasted into this ticket
"canvases": [
{
"label": "Open Gate RAW"
"id": "20220310"
,
,
"source
canvas
id": "34256345"
_
_
,
"dimensions": { "width": 4448,
"height": 3096 },
"effective
_
dimensions": { "width": 4006,
"height": 2788 },
"effective
anchor
_
_point": { "x": 222.0,
"y": 155.0 },
"photosite
_
dimensions": { "width": 4448,
"height": 3096 },
"physical
_
dimensions": { "width": 36.7,
"height": 25.54 },
"anamorphic
_
squeeze": 1.0
}
]
Which of course is not valid code. Even pasting this 'with formatting' into a Word document mangles it in the same way (though nicely preserves the color of the text).