Skip to content
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

Document sources for @class in chessboard_faust_ii.svg #603

Open
gerritbruening opened this issue Jan 23, 2023 · 2 comments
Open

Document sources for @class in chessboard_faust_ii.svg #603

gerritbruening opened this issue Jan 23, 2023 · 2 comments
Assignees
Labels

Comments

@gerritbruening
Copy link
Contributor

@thvitt is there a source for the class assignments in chessboard_faust_ii.svg? Or is this original data, supplied, say, on paper by the project's textual scholars?

@thvitt
Copy link
Member

thvitt commented Jan 23, 2023

The chessboard files have been written manually and not generated. The classes refer to the inline stylesheet in the file itself:

<style type="text/css">
.rowText {
font-family: 'Ubuntu derivative Faust';
font-weight: 400;
font-size: 16pt;
font-style: normal;
text-anchor: end;
fill: black;
}
.columnText {
font-family: 'Ubuntu derivative Faust';
font-weight: 400;
font-size: 16pt;
font-style: normal;
text-anchor: middle;
fill: black;
}
.untouched {
fill: white;
stroke: black;
stroke-width: 0.5;
}
.inProgress {
fill: gray;
stroke: black;
stroke-width: 0.5;
}
.finished {
fill: black;
stroke: black;
stroke-width: 0.5;
}
.highlight {
opacity: 0;
fill: lightblue;
fill-opacity: 0.25;
stroke: black;
stroke-width: 0.5;
stroke-opacity: 0.5;
}
.highlight:hover {
opacity: 1;
}
</style>

@gerritbruening
Copy link
Contributor Author

So the sources are to be documented somewhere, at least in the file itself, within `.

@gerritbruening gerritbruening changed the title Source for @class in chessboard_faust_ii.svg Document sources for @class in chessboard_faust_ii.svg Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants