cmScoreMatchGraphic.c : Changed score0.css to cmScoreMatchGraphic.css.
This commit is contained in:
parent
8e4f32c0c1
commit
1b2054bf10
@ -538,7 +538,7 @@ cmSmgRC_t cmScoreMatchGraphicWrite( cmSmgH_t h, const cmChar_t* fn )
|
||||
svgHeight += 10; // add a right and lower border
|
||||
svgWidth += 10;
|
||||
|
||||
cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"score0.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight);
|
||||
cmFilePrintf(fH,"<!DOCTYPE html>\n<html>\n<head><link rel=\"stylesheet\" type=\"text/css\" href=\"cmScoreMatchGraphic.css\"></head><body>\n<svg width=\"%i\" height=\"%i\">\n",svgWidth,svgHeight);
|
||||
|
||||
for(i=0; i<p->locN; ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user