This commit is contained in:
franknstayn
2020-08-09 13:21:41 -05:00
parent 1ca40ce1d7
commit 02361ca64e

View File

@@ -299,6 +299,10 @@
<canvas id="canvas_{{ $template->Type }}_{{ $template->Side }}" width="572px" height="502px" style="position:absolute; top: 50%; left: 50%;"></canvas> <canvas id="canvas_{{ $template->Type }}_{{ $template->Side }}" width="572px" height="502px" style="position:absolute; top: 50%; left: 50%;"></canvas>
@endif @endif
@if($template->Type == "Mask" && $template->Side == "Front" && $template->TemplateFormat == "svg")
<canvas id="canvas_{{ $template->Type }}_{{ $template->Side }}" width="451.006px" height="250.56px" style="position:absolute; left: 50%; margin-top: 132px;"></canvas>
@endif
</div> </div>
</div> </div>
</div> </div>