17 lines
418 B
PHP
17 lines
418 B
PHP
<?php
|
|
/******************************************************************************
|
|
* YMS - Yacht Management Software
|
|
* Copyright (C) 2024 Thomas Hooge
|
|
*
|
|
* SPDX-License-Identifier: WTFPL
|
|
******************************************************************************
|
|
|
|
*/
|
|
|
|
// ========== SVG-FUNCTIONS ===================================================
|
|
|
|
function svg_create_box($cx, $cy, $w, $h, $fg, $bg) {
|
|
|
|
|
|
|
|
} |