정렬 패턴
<\/script>\n';
},
get iframeSnippet() {
const domain = 'qrcodefyi.com';
const type = 'glossary';
const slug = 'alignment-pattern';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
별칭:
alignment marker
Small 5x5 module squares placed at regular intervals in QR codes version 2 and above. They correct for perspective distortion and surface curvature during scanning. The number increases with version — Version 2 has 1 alignment pattern, Version 40 has 46.