beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fixed embedded fonts family name not matching when using windows version of inkscape
svghmi
2021-03-31, Edouard Tisserant
da2481f359b7
SVGHMI: fixed embedded fonts family name not matching when using windows version of inkscape
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param