Education & Award Seals
Diplomas, transcripts and honors — the seals that get framed. Years and honors text are parameters; the gold stays vector at any size.
Features used: SVG, Composition, Data Binding, Columns, Fonts, Styles
- Output
- Template
- Data
The seals on this page
Each seal is a component: invoke it by name inside any svg block and pass parameters where the design exposes them.
Hot-Foil Gilt
Diploma & certificate foil — shape: toothed, scalloped & rayed edges.
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "certificate-gilt-seal",
"width": 132,
"height": 132
}
}
]
}
}
Award Ribbon
Sunburst medal with ribbons — shape: toothed, scalloped & rayed edges.
Parameters: year
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "award-ribbon-seal",
"width": 132,
"height": 132,
"params": {
"year": "MMXXVI"
}
}
}
]
}
}
Foil Star
Honor-roll starburst — shape: toothed, scalloped & rayed edges.
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "foil-star-seal",
"width": 132,
"height": 132
}
}
]
}
}
University Registrar
Transcript authentication — shape: classic rings.
Seen in a real document: Academic Transcript
{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "university-registrar-seal",
"width": 132,
"height": 132
}
}
]
}
}